Skip to main content

AVxcelerate Asset Preparation API 2023 R2

asset_preparation::v1::material::Hsv Struct Reference

Last update: 16.07.2025

HSV value of a color. More...

Public Attributes

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

Detailed Description

HSV value of a color.

Note
Default value is (0,0,50).

Member Data Documentation

◆ hue

double asset_preparation::v1::material::Hsv::hue = 1

Unit: Degree

Note
Must be a double in the range [0,360].

◆ saturation

double asset_preparation::v1::material::Hsv::saturation = 2
Note
Must be a double in the range [0,100].

◆ value

double asset_preparation::v1::material::Hsv::value = 3
Note
Must be a double in the range [0,100].

The documentation for this struct was generated from the following file:
  • material_description.proto

Connect with Ansys