Magnetoculus
Visualisation de champs en VR avec Oculus
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]
 

Constructor & Destructor Documentation

◆ HsvColor()

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

Member Function Documentation

◆ ToString()

override string HsvColor.ToString ( )

Member Data Documentation

◆ H

double HsvColor.H

The Hue, ranges between 0 and 360

◆ S

double HsvColor.S

The saturation, ranges between 0 and 1

◆ V

double HsvColor.V

Property Documentation

◆ normalizedH

float HsvColor.normalizedH
getset

◆ normalizedS

float HsvColor.normalizedS
getset

◆ normalizedV

float HsvColor.normalizedV
getset

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