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.0 - 1.0. Each color component is four bytes (12 bytes total for this type) and is stored as a single precision floating point value.
Single Precision floating point r,g,b color.
typedef struct fz_rgb_float_td {
float | red; |
float | green; |
float | 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_ushort_td, fz_rgb_uchar_td
Defined in