open_simulation_interface  vv3.5.0(01.06.2022)
osi3::ColorRGB Struct Reference

RGB color model. More...

Collaboration diagram for osi3::ColorRGB:

Public Attributes

optional double red = 1
 Red ratio. More...
 
optional double green = 2
 Green ratio. More...
 
optional double blue = 3
 Blue ratio. More...
 

Detailed Description

RGB color model.

ColorRGB provides values for red, green and blue.

Member Data Documentation

◆ red

optional double osi3::ColorRGB::red = 1

Red ratio.

Range: [0,1]

◆ green

optional double osi3::ColorRGB::green = 2

Green ratio.

Range: [0,1]

◆ blue

optional double osi3::ColorRGB::blue = 3

Blue ratio.

Range: [0,1]


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