Color

:= {
    r : U8,
    g : U8,
    b : U8,
    a : U8,
}

Color module - RGBA colors for the Roc raylib platform.

Channels are 8-bit sRGB values. Alpha is 0 for transparent and 255 for fully opaque.