PsdImage.RgbColorProfile

PsdImage.RgbColorProfile property

Gets or sets the RGB color profile for CMYK PSD images. Must be in pair with CmykColorProfile for correct color conversion.

public StreamSource RgbColorProfile { get; set; }

Property Value

The RGB color profile.

See Also