Class XpsIccBasedColor
Class XpsIccBasedColor
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
Incapsulates ICC based color.
public sealed class XpsIccBasedColor : XpsColor
Inheritance
object ← XpsColor ← XpsIccBasedColor
Inherited Members
XpsColor.ToColor(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
IccProfile
Returns ICC profile resource the color based on.
public XpsIccProfile IccProfile { get; }
Property Value
Methods
ToColor()
Convenience method for getting .NET native representation of ICC based color.
public override Color ToColor()
Returns
System.Drawing.Color?text=System.Drawing.Color structure.