Color.isLight

Whether the color is light.

struct Color(T)
@safe nothrow pure
bool
isLight
()
if (
isIntegral!T ||
isFloatingPoint!T
)

Meta