Class CMYKColor

Class CMYKColor

Der Name: Aspose.BarCode.Generation Zusammensetzung: Aspose.BarCode.dll (25.4.0)

Null bedeutet, dass CMYK nicht verwendet wird, Standard-RGB-Farbe ist in Gebrauch.

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.CMYKColor")]
public class CMYKColor

Inheritance

object CMYKColor

Vererbte Mitglieder

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CMYKFarbe(Int, int, int, int)

Initialisiert eine neue Instanz der Aspose.BarCode.Generation.CMYKColor Klasse aus CMYK Werte.Die CMYK-Werte sind 0-100.

public CMYKColor(int c, int m, int y, int k)

Parameters

c int

Zyan Wert [0, 100]

m int

Magenta Wert [0, 100]

y int

Gelbe Wert [0, 100]

k int

Schwarzer Wert [0, 100]

 Deutsch