Skip to content

CF_Color

Category: graphics
GitHub: cute_color.h


16-byte value with 0.0f to 1.0f components, representing an RGBA (red green blue alpha) color.

Struct Members Description
float r The red component, from 0.0f to 1.0f.
float g The green component, from 0.0f to 1.0f.
float b The blue component, from 0.0f to 1.0f.
float a The alpha component (transparency/opaqueness), from 0.0f to 1.0f.

CF_Pixel