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

Structure to define CMYK.
Mostra file Open project: nohal/RleEditor Class Usage Examples

Public Properties

Property Type Description
Empty CMYK

Public Methods

Method 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 method

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
return System

Equals() public method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

Gets an empty CMYK structure;
public static CMYK,Nohal.RleEditor.RleParser.Utils Empty
return CMYK