Struct vfxpreopenexr::flat::flat_image_channel::FlatChannelU32[][src]

#[repr(transparent)]
pub struct FlatChannelU32(_);
Expand description

Holds the pixel data for a single unsigned int channel in one level in a FlatImage

Implementations

Get the Channel description for this channel

Get the sampling rate in the x direction

Get the sampling rate in the y direction

Is this channel perceptually linear?

How many pixels are there in each row of this channel

How many pixels are there in each column of this channel

How many pixels are there total in this channel

Construct a Slice for this Channel

Get the level which this channel is a part of

Get the level which this channel is a part of

Get a reference to the pixel at [x, y]

Get a mutable reference to the pixel at [x, y]

Get row r of the channel as a slice

Get row r of the channel as a mutable slice

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.