Enum zaplib::ClearColor
source · [−]Expand description
The color to either initialize a Texture
with (when rendering it for the very first time),
or to clear it with on every paint.
Variants
InitWith(Vec4)
ClearWith(Vec4)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClearColor
impl Send for ClearColor
impl Sync for ClearColor
impl Unpin for ClearColor
impl UnwindSafe for ClearColor
Blanket Implementations
Mutably borrows from an owned value. Read more