Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
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 ( double  h,
double  s,
double  v 
)
inline

Member Function Documentation

override string HsvColor.ToString ( )
inline

Member Data Documentation

double HsvColor.H

The Hue, ranges between 0 and 360

double HsvColor.S

The saturation, ranges between 0 and 1

double HsvColor.V

Property Documentation

float HsvColor.normalizedH
getset
float HsvColor.normalizedS
getset
float HsvColor.normalizedV
getset

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