isLight

Checks if the Color is considered light.

This function determines whether the color is light based on its luminance value. Colors with a luminance greater than 0.5 are considered light. The function also considers transparency and will return false for transparent colors.

Receiver

The Color to check.

Return

true if the color is light, false otherwise.