Struct CmykColor

CmykColor structure

Il colore CMYK del pixel.

public struct CmykColor

Proprietà

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

Metodi

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

Guarda anche