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

LUV color model. More...

Collaboration diagram for osi3::ColorLUV:

Public Attributes

optional double luminance = 1
 
optional double u = 2
 
optional double v = 3
 

Detailed Description

LUV color model.

ColorLUV provides values for luminance, U- and V-coordinate.

Member Data Documentation

◆ luminance

optional double osi3::ColorLUV::luminance = 1

Luminance

Range: [0,1]

◆ u

optional double osi3::ColorLUV::u = 2

U-coordinate

Range: [0,1]

◆ v

optional double osi3::ColorLUV::v = 3

V-Coordinate

Range: [0,1]


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