I noticed that we don't have relative_luminance for AlphaColor and I assume that's because this formulation isn't as useful when there's alpha involved. But for DynamicColor, we just discard the alpha. But we also don't have this function for PremulColor ...
Should we have it for AlphaColor and discarding the Alpha?
Should we have it for PremulColor?
I don't have good arguments in favor of having it, so I'm just asking so we can have a decision.
I noticed that we don't have
relative_luminanceforAlphaColorand I assume that's because this formulation isn't as useful when there's alpha involved. But forDynamicColor, we just discard the alpha. But we also don't have this function forPremulColor...Should we have it for
AlphaColorand discarding the Alpha?Should we have it for
PremulColor?I don't have good arguments in favor of having it, so I'm just asking so we can have a decision.