getBackgroundLuminosity

Returns the luminosity of a background color. Transformed icons use this as base for color transformation. Try #231F20 as starting point.

pure nothrow @nogc @safe
float
getBackgroundLuminosity
(
RGB8 bg
)

Meta