open_simulation_interface  v3.4.0 (2021-11-18)
osi3::ColorHSV Struct Reference

HSV color model. More...

Collaboration diagram for osi3::ColorHSV:

Public Attributes

optional double hue = 1
 
optional double saturation = 2
 
optional double value = 3
 

Detailed Description

HSV color model.

ColorHSV provides values for hue, saturation and value/brightness.

Member Data Documentation

◆ hue

optional double osi3::ColorHSV::hue = 1

Hue

Unit: deg Range: [0,360[

◆ saturation

optional double osi3::ColorHSV::saturation = 2

Saturation

Range: [0,1]

◆ value

optional double osi3::ColorHSV::value = 3

Value

Range: [0,1]


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