Class XpsIccBasedColor

Class XpsIccBasedColor

Der Name: Aspose.Page.XPS.XpsModel Versammlung: Aspose.Page.dll (25.4.0)

Inkubiert ICC-basierte Farbe.

public sealed class XpsIccBasedColor : XpsColor

Inheritance

object XpsColor XpsIccBasedColor

Vererbte Mitglieder

XpsColor.ToColor() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

IccProfile

Die ICC-Profilressource kehrt die Farbe zurück.

public XpsIccProfile IccProfile { get; }

Eigentumswert

XpsIccProfile

Methods

ToColor()

Einfache Methode, um eine .NET native Darstellung der ICC-basierten Farbe zu erhalten.

public override Color ToColor()

Returns

Color

System.Drawing.Color?text=System.Drawing.Color Struktur.

 Deutsch