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

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

Public Properties

Property Type Description
Empty HSB

Private Properties

Property Type Description

Public Methods

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

Creates an instance of a HSB 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

HSB() public method

Creates an instance of a HSB structure.
public HSB ( double h, double s, double b ) : System
h double Hue value.
s double Saturation value.
b double Brightness value.
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

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