C# Class Nohal.RleEditor.RleParser.Utils.CMYK

Structure to define CMYK.
Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty CMYK

Méthodes publiques

Méthode Description
CMYK ( double c, double m, double y, double k ) : System

Creates an instance of a CMYK structure.

Equals ( Object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

CMYK() public méthode

Creates an instance of a CMYK structure.
public CMYK ( double c, double m, double y, double k ) : System
c double
m double
y double
k double
Résultat System

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Gets an empty CMYK structure;
public static CMYK,Nohal.RleEditor.RleParser.Utils Empty
Résultat CMYK