Struct RGBAValue
A simple class which stores alpha, red, green and blue values as 8 bit unsigned integers in the range of 0-255.
public struct RGBAValue
Fields
- A
Alpha component of a color.
- B
Blue component of a color.
- G
Green component of a color.
- R
Red component of a color.