open_simulation_interface
v3.4.0 (2021-11-18)
|
HSV color model. More...
Public Attributes | |
optional double | hue = 1 |
optional double | saturation = 2 |
optional double | value = 3 |
HSV color model.
ColorHSV provides values for hue, saturation and value/brightness.
optional double osi3::ColorHSV::hue = 1 |
Hue
Unit: deg Range: [0,360[
optional double osi3::ColorHSV::saturation = 2 |
Saturation
Range: [0,1]
optional double osi3::ColorHSV::value = 3 |
Value
Range: [0,1]