XpsIccBasedColor

Inheritance: java.lang.Object, com.aspose.xps.XpsColor

public final class XpsIccBasedColor extends XpsColor

Incapsulates ICC based color.

Methods

MethodDescription
getIccProfile()Returns the ICC profile resource the color based on.
toString()
toColor()Convenience method for getting .NET native representation of ICC based color.

getIccProfile()

public XpsIccProfile getIccProfile()

Returns the ICC profile resource the color based on.

Returns: XpsIccProfile - The ICC profile resource the color based on.

toString()

public String toString()

Returns: java.lang.String

toColor()

public Color toColor()

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

Returns: java.awt.Color - System.Drawing.ColorSystem.Drawing.Color structure.