Enum gfx::format::Srgb []

pub enum Srgb {}

Trait Implementations

impl Debug for Srgb

Formats the value using the given formatter.

impl PartialOrd<Srgb> for Srgb

impl PartialEq<Srgb> for Srgb

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl TextureChannel for Srgb

impl ChannelTyped for Srgb

Shader-visible type that corresponds to this channel. For example, normalized integers are visible as floats. Read more

Return the run-time value of the type.

impl Ord for Srgb

impl Hash for Srgb

impl RenderChannel for Srgb

impl Eq for Srgb

impl Copy for Srgb

impl Clone for Srgb

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl BlendChannel for Srgb