Constant RGBAF32

Source
pub const RGBAF32: Rgba<f32, f32>;
Expand description

RGBA, 32-bit float per component. This is pretty efficient, since resizing uses f32 internally.

Components are scaled independently (no premultiplication applied)