XpsRgbColor

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

public final class XpsRgbColor extends XpsColor

Incapsulates RGB color of any color space (sRGB or scRGB).

Methods

MethodDescription
toString()
toColor()Convenience method for getting .NET native representation of RGB color.

toString()

public String toString()

Returns: java.lang.String

toColor()

public Color toColor()

Convenience method for getting .NET native representation of RGB color.

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