Class XpsRgbColor
Class XpsRgbColor
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
封装任何颜色空间(sRGB 或 scRGB)的 RGB 颜色。
public sealed class XpsRgbColor : XpsColor
继承
object ← XpsColor ← XpsRgbColor
继承成员
XpsColor.ToColor(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
方法
ToColor()
获取 .NET 原生 RGB 颜色表示的便捷方法。
public override Color ToColor()
返回
System.Drawing.Color?text=System.Drawing.Color 结构。