[][src]Trait rendy_texture::pixel::ChannelSize

pub trait ChannelSize {
    const SIZE: u32;
}

Byte size of each channel in the image, such as Red, Green, or other channels depending on the format.

Associated Constants

const SIZE: u32

Channel representation.

Loading content...

Implementors

impl ChannelSize for _16[src]

impl ChannelSize for _32[src]

impl ChannelSize for _64[src]

impl ChannelSize for _8[src]

Loading content...