Enum sixtyfps_corelib::graphics::PixelFormat
source · [−]#[repr(u8)]
pub enum PixelFormat {
Rgb,
Rgba,
AlphaMap,
}
Expand description
The pixel format of a StaticTexture
Variants
Rgb
red, green, blue
Rgba
Red, green, blue, alpha
AlphaMap
A map
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PixelFormat
impl Send for PixelFormat
impl Sync for PixelFormat
impl Unpin for PixelFormat
impl UnwindSafe for PixelFormat
Blanket Implementations
Mutably borrows from an owned value. Read more