Return the RGB tristimulus values + alpha as a tuple. These will always be ordered (R, G, B, A).
// BGRA color auto c = BGRA8(255, 128, 10, 80); // tristimulusWithAlpha always returns tuple in RGBA order
See Implementation
Return the RGB tristimulus values + alpha as a tuple. These will always be ordered (R, G, B, A).