formZ SDK | 5.0 API Reference | System | Data Type
Description
This specifies an rgb color. The range of values for each color component is 0 - 65535. Each color component is two bytes (Six bytes total for this type).
Two byte unsigned integer r,g,b color.
typedef struct fz_rgb_ushort_td {
unsigned short | red; |
unsigned short | green; |
unsigned short | blue }; |
Members
red
The red color component.
green
The green color component.
blue
The blue color component.
Availability
5.0.0.0
See Also
fz_rgb_float_td, fz_rgb_uchar_td
Defined in