Class CMYKColor

Class CMYKColor

De naam: Aspose.BarCode.Generation Verzameling: Aspose.BarCode.dll (25.4.0)

Null betekent dat CMYK niet wordt gebruikt, de standaard RGB kleur is in gebruik.

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

Inheritance

object CMYKColor

Geëerbiede leden

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

Constructors

CMYKColor(int, int, int, int, int)

Initialiseert een nieuwe instantie van de Aspose.BarCode.Generation.CMYKColor klasse van CMYK waarden.CMYK waarden zijn 0-100.

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

Parameters

c int

Cyan waarde [0, 100]

m int

Magenta waarde [0, 100]

y int

Gele waarde [0, 100]

k int

Zwarte waarde [0, 100]

 Nederlands