Tanoda
HsvColor Struct Reference

Public Member Functions

 HsvColor (double h, double s, double v)
 
override string ToString ()
 

Public Attributes

double H
 The Hue, ranges between 0 and 360 More...
 
double S
 The saturation, ranges between 0 and 1 More...
 
double V
 

Properties

float normalizedH [get, set]
 
float normalizedS [get, set]
 
float normalizedV [get, set]
 

Detailed Description

Definition at line 141 of file HSVUtil.cs.

Constructor & Destructor Documentation

◆ HsvColor()

HsvColor.HsvColor ( double  h,
double  s,
double  v 
)

Definition at line 193 of file HSVUtil.cs.

Member Function Documentation

◆ ToString()

override string HsvColor.ToString ( )

Definition at line 200 of file HSVUtil.cs.

Member Data Documentation

◆ H

double HsvColor.H

The Hue, ranges between 0 and 360

Definition at line 146 of file HSVUtil.cs.

◆ S

double HsvColor.S

The saturation, ranges between 0 and 1

Definition at line 151 of file HSVUtil.cs.

◆ V

double HsvColor.V

Definition at line 154 of file HSVUtil.cs.

Property Documentation

◆ normalizedH

float HsvColor.normalizedH
getset

Definition at line 156 of file HSVUtil.cs.

◆ normalizedS

float HsvColor.normalizedS
getset

Definition at line 169 of file HSVUtil.cs.

◆ normalizedV

float HsvColor.normalizedV
getset

Definition at line 181 of file HSVUtil.cs.


The documentation for this struct was generated from the following file: