asset_preparation::v1::material::Hsv Struct Reference Last update: 16.07.2025 HSV value of a color. More... Public Attributesdouble hue = 1 double saturation = 2 double value = 3 Detailed Description HSV value of a color. NoteDefault value is (0,0,50). Member Data Documentation ◆ hue double asset_preparation::v1::material::Hsv::hue = 1 Unit: Degree NoteMust be a double in the range [0,360]. ◆ saturation double asset_preparation::v1::material::Hsv::saturation = 2 NoteMust be a double in the range [0,100]. ◆ value double asset_preparation::v1::material::Hsv::value = 3 NoteMust be a double in the range [0,100]. The documentation for this struct was generated from the following file:material_description.proto