2.5.177 LongRGB
The LongRGB structure specifies a color as a combination of red, green, and blue.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
red |
green |
blue |
reserved |
red (1 byte): An unsigned integer that specifies the relative intensity of red.
green (1 byte): An unsigned integer that specifies the relative intensity of green.
blue (1 byte): An unsigned integer that specifies the relative intensity of blue.
reserved (1 byte): MUST be zero, and MUST be ignored.