Bitmap.ColorProfile Property

Gets or sets a color profile associated with this bitmap.

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

Syntax

C#
public ColorProfile ColorProfile { get; set; }

Property Value

A ColorProfile associated with this bitmap.

Remarks

If no color profile was loaded from a file (e.g. file has no embedded profile) this property returns null.

Examples

ColorProfile property can be also used to embed another profile into the image:

C#
bitmap.ColorProfile = ColorProfile.FromSrgb();

See Also

Reference

Manual