pub(crate) fn pack_color(color: AlphaColor<Srgb>) -> u32Expand description
Premultiply and pack an RGBA color into a u32 for bitwise hashing/comparison.
pub(crate) fn pack_color(color: AlphaColor<Srgb>) -> u32Premultiply and pack an RGBA color into a u32 for bitwise hashing/comparison.