Class XpsRgbColor
Class XpsRgbColor
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.4.0)
Incapsulates RGB color of any color space (sRGB or scRGB).
public sealed class XpsRgbColor : XpsColor
Inheritance
object ← XpsColor ← XpsRgbColor
Inherited Members
XpsColor.ToColor() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToColor()
Convenience method for getting .NET native representation of RGB color.
public override Color ToColor()
Returns
System.Drawing.Color?text=System.Drawing.Color structure.