Trait oxygengine_ha_renderer::math::ColorComponent
source · pub trait ColorComponent: Zero {
// Required method
fn full() -> Self;
}
Expand description
Trait for types that are suitable for representing a color component value.