Trait veloren_voxygen::scene::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.
Required Methods§
Object Safety§
This trait is not object safe.