GFL_COLOR
The GFL_COLOR structure allow to define a color.
typedef struct ( GFL_UINT16 Red, GFL_UINT16 Green, GFL_UINT16 Blue, GFL_UINT16 Alpha } GFL_COLOR
Members
- Red
- Define the red component.
- Green
- Define the green component.
- Blue
- Define the blue component.
- Alpha
- Define the alpha component.
See also