Click or drag to resize

AtalaImageColorProfile Property

Gets or sets the ColorProfile associated with this AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ColorProfile ColorProfile { get; set; }

Property Value

Type: ColorProfile
The ColorProfile associated with this AtalaImage.
Remarks

Any conversions to a colorspace to and from CMYK and RGB will use this profile for the conversion.

Image Formats that can contain an embedded profile such as Tiff, Jpeg, and Png will use this profile to embed into the image. Likewise, when images are loaded containing a color profile, this property will contain that profile.

See Also