cf_color_to_string¶
Category: graphics
GitHub: cute_color.h
Converts a CF_Color to a dynamic string. Free it with sfree when done.
Parameters | Description |
---|---|
p | The pixel. |
Remarks¶
Since this function dynamically allocates a Cute Framework C-string, it must be free'd up with sfree when you're done with it.
Related Pages¶
cf_pixel_to_color
cf_pixel_to_int_rgba
cf_pixel_to_int_rgb
cf_pixel_to_string