Aspose::Page::XPS::XpsModel::XpsRgbColor class

XpsRgbColor class

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

class XpsRgbColor : public Aspose::Page::XPS::XpsModel::XpsColor

Methods

MethodDescription
ToColor() overrideConvenience method for getting .NET native representation of RGB color.
ToString() const overrideAnalog of C# Object.ToString() method. Enables converting custom objects to string.

See Also