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

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

Public Properties

Property Type Description
Empty HSL

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
HSL ( double h, double s, double l ) : System

Creates an instance of a HSL structure.

operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

HSL() public method

Creates an instance of a HSL structure.
public HSL ( double h, double s, double l ) : System
h double Hue value.
s double Saturation value.
l double Lightness value.
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

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