2.5.178 LongRGBA
The LongRGBA structure specifies a color as a combination of red, green, blue and alpha values.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
red |
green |
blue |
alpha |
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.
alpha (1 byte): An unsigned integer that specifies the alpha value.