Struct xcf::PixelData [] [src]

pub struct PixelData { /* fields omitted */ }

Methods

impl PixelData
[src]

[src]

Parses the (silly?) heirarchy structure in the xcf file into a pixel array Makes lots of assumptions! Only supports RGBA for now.

[src]

Trait Implementations

impl Debug for PixelData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PixelData
[src]

[src]

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

[src]

This method tests for !=.