Struct lcms2::PipelineRef []

pub struct PipelineRef(_);

Pipelines are a convenient way to model complex operations on image data.

Each pipeline may contain an arbitrary number of stages. Each stage performs a single operation. Pipelines may be optimized to be executed on a certain format (8 bits, for example) and can be saved as LUTs in ICC profiles.

Methods

impl PipelineRef
[src]

Appends pipeline given as argument at the end of this pipeline. Channel count must match.

Trait Implementations

impl ForeignTypeRef for PipelineRef

The raw C type.

Constructs a shared instance of this type from its raw type.

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Debug for PipelineRef
[src]

Formats the value using the given formatter.