[go: up one dir, main page]

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

Implementors