Struct cdg_renderer::CdgInterpreter [] [src]

pub struct CdgInterpreter { /* fields omitted */ }

Methods

impl CdgInterpreter
[src]

Basic accessors, constructors

Mark the entire region clean

impl CdgInterpreter
[src]

Trait Implementations

impl GenericImage for CdgInterpreter
[src]

The type of pixel.

The width and height of this image.

The bounding rectangle of this image.

Returns the pixel located at (x, y) Read more

Puts a pixel at location (x, y) Read more

Put a pixel at location (x, y) Read more

Put a pixel at location (x, y), taking into account alpha channels Read more

The width of this image.

The height of this image.

Returns true if this x, y coordinate is contained inside the image.

Returns the pixel located at (x, y) Read more

Puts a pixel at location (x, y) Read more

Returns an Iterator over the pixels of this image. The iterator yields the coordinates of each pixel along with their value Read more

Returns an Iterator over mutable pixels of this image. The iterator yields the coordinates of each pixel along with a mutable reference to them. Read more

Copies all of the pixels from another image into this image. Read more

Returns a subimage that is a view into this image.