Data Structures | |
struct | f0r_param_color |
struct | f0r_param_position |
Defines | |
#define | F0R_PARAM_BOOL 0 |
#define | F0R_PARAM_DOUBLE 1 |
#define | F0R_PARAM_COLOR 2 |
#define | F0R_PARAM_POSITION 3 |
#define | F0R_PARAM_STRING 4 |
Typedefs | |
typedef double | f0r_param_bool |
typedef double | f0r_param_double |
typedef f0r_param_color | f0r_param_color_t |
typedef f0r_param_position | f0r_param_position_t |
typedef char | f0r_param_string |
|
Parameter type for boolean values
|
|
Parameter type for color
|
|
Parameter type for doubles
|
|
Parameter type for position
|
|
Parameter type for string
|
|
The boolean type. The allowed range of values is [0, 1]. [0, 0.5[ is mapped to false and [0.5, 1] is mapped to true. |
|
The color type. All three color components are in the range [0, 1]. |
|
The double type. The allowed range of values is [0, 1]. |
|
The position type. Both position coordinates are in the range [0, 1]. |
|
The string type. Zero terminated array of 8-bit values in utf-8 encoding |