Trait Primitive

trait Primitive: Copy + NumCast + Num + PartialOrd<Self> + Clone + Bounded

The type of each channel in a pixel. For example, this can be u8, u16, f32.

Implementors