Gets or sets a color profile associated with this bitmap.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public ColorProfile ColorProfile { get; set; }
null
.
ColorProfile property can be also used to embed another profile into the image:
bitmap.ColorProfile = ColorProfile.FromSrgb();