Class CMYKColor

Class CMYKColor

ja nimityö: Aspose.BarCode.Generation Kokoelma: Aspose.BarCode.dll (25.4.0)

Null tarkoittaa, että CMYK ei käytetä, oletusarvo RGB väri on käytössä.

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

Inheritance

object CMYKColor

Perintöjäsenet

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

Constructors

CMYKväri(Inti, Inti, Inti ja Inti)

Aloitetaan uusi esimerkki Aspose.BarCode.Generation.CMYKColor luokasta CMYK-arvoista.CMYK-arvot ovat 0-100.

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

Parameters

c int

Kyanin arvo [0, 100]

m int

Magenta arvo [0, 100]

y int

Keltainen arvo [0, 100]

k int

Punainen arvo [0, 100]

 Suomi