ColorManagementProfileIccProfile Property |
Gets the ICC color profile.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic byte[] IccProfile { get; }
Property Value
Type:
Byte
RemarksReturns an empty array if the
Type of the color profile is not Icc.
See Also