NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV Struct Reference

Represents three constituents of a HSV color pattern More...

Public Member Functions

 ColorHSV (double Hue, double Saturation, double Value)
 Constructor for the ColorHSV struct. More...
 

Public Attributes

double Hue
 Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360 More...
 
double Saturation
 Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255 More...
 
double Value
 Value in HSV pattern is the brightness of the color Ranges from 0-255 More...
 

Detailed Description

Represents three constituents of a HSV color pattern

Constructor & Destructor Documentation

NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV.ColorHSV ( double  Hue,
double  Saturation,
double  Value 
)
inline

Constructor for the ColorHSV struct.

Parameters
HueHue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360
SaturationSaturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255
ValueValue in HSV pattern is the brightness of the color Ranges from 0-255

Member Data Documentation

double NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV.Hue

Hue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360

double NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV.Saturation

Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255

double NXOpen.Preferences.ViewVisualizationSpecialEffects.ColorHSV.Value

Value in HSV pattern is the brightness of the color Ranges from 0-255


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.