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]

[src]

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

[src]

[src]

[src]

Important traits for StagesIter<'a>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl ToOwned for PipelineRef

Creates owned data from borrowed data, usually by cloning. Read more

[src]

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl Borrow<PipelineRef> for Pipeline

Immutably borrows from an owned value. Read more

impl AsRef<PipelineRef> for Pipeline

Performs the conversion.

impl Debug for PipelineRef
[src]

[src]

Formats the value using the given formatter. Read more