cf_make_pixel_rgb_f¶
Category: graphics
GitHub: cute_color.h
Returns a CF_Pixel made from RGB float inputs.
Parameters | Description |
---|---|
r | The red component from 0.0f to 1.0f. |
g | The green component from 0.0f to 1.0f. |
b | The blue component from 0.0f to 1.0f. |
Remarks¶
The alpha component is set to 255.
Related Pages¶
CF_Pixel
cf_make_pixel_hex_string
cf_make_pixel_rgba_f
cf_make_pixel_rgb
cf_make_pixel_rgba
cf_make_pixel_hex