cf_make_color_hex_string¶
Category: graphics
GitHub: cute_color.h
Returns a CF_Color made from hex-value string, such as "#42f563" or "0x42f563FF".
| Parameters | Description |
|---|---|
| hex | A hex-value string formatted as "#RRGGBB[AA]" or "0xRRGGBB[AA]", such as "#42f563" or "0x42f563FF". The last opacity segment is optional. |
Related Pages¶
CF_Color
cf_make_color_rgb_f
cf_make_color_rgba_f
cf_make_color_rgb
cf_make_color_rgba
cf_make_color_hex