Trait cint::ColorStruct [−][src]
pub trait ColorStruct {
type ComponentTy: Clone + Copy;
}Expand description
A trait used to simpify the interface of the Alpha and PremultipliedAlpha types.
Associated Types
type ComponentTy: Clone + Copy