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 - 255. Each color component is one byte (Three bytes total for this type).
Single byte unsigned integer r,g,b color.
typedef struct fz_rgb_uchar_td {
unsigned char | red; |
unsigned char | green; |
unsigned char | 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_ushort_td
Defined in