C# Class lw_common.hsl.RGB

RGB structure.
Mostrar archivo Open project: jtorjo/logwizard

Public Properties

Property Type Description
Empty RGB

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
RGB ( int R, int G, int B ) : System
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RGB() public method

public RGB ( int R, int G, int B ) : System
R int
G int
B int
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

Gets an empty RGB structure;
public static RGB,lw_common.hsl Empty
return RGB