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

objectXpsColorXpsIccBasedColor

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

XpsIccProfile

Methods

ToColor()

Convenience method for getting .NET native representation of ICC based color.

public override Color ToColor()

Returns

Color

System.Drawing.Color?text=System.Drawing.Color structure.

 English