Color.isDark

Whether the color is dark.

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

Meta