formZ SDK | 5.0 API Reference | System | Data Type

fz_rgba_float_td

Description

This specifies an rgb color + alpha. 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 + alpha.

typedef struct fz_rgba_float_td {

float

r;

float

g;

float

b;

float

a };

Members

r

The red color component.

g

The green color component.

b

The blue color component.

a

The alpha color component.

Availability

7.0.0.0

See Also

fz_rgb_float_td

Defined in

fz_type_api.h