CmykColor

CmykColor structure

Il colore CMYK di pixel.

public struct CmykColor

Proprietà

NomeDescrizione
static Empty { get; }Ottiene il vuoto.
C { get; }Ottiene il valore del componente ciano di questoColor struttura.
IsEmpty { get; }Ottiene un valore che indica se questoColor la struttura non è inizializzata.
K { get; }Ottiene il valore del componente nero di questoColor struttura.
M { get; }Ottiene il valore del componente magenta di questoColor struttura.
Y { get; }Ottiene il valore del componente giallo di questoColor struttura.

Metodi

NomeDescrizione
override Equals(object)Determina se è specificatoObject , è uguale a questa istanza.
override GetHashCode()Il codice hash per ottenere.
ToValue()Il valore per.

Guarda anche