ChannelCombiner.ColorProfile Property

Gets or sets the color profile associated with the channel combiner.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ColorProfile ColorProfile { get; set; }

Property Value

The ColorProfile to attach to the output image.

Remarks

Note that this property does not perform any color management or pixel transformations. The specified profile is simply assigned as metadata to the final image assembled by the ChannelCombiner.

See Also

Reference