NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHLS Struct Reference

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

Public Member Functions

 ColorHLS (double hueInitial, double lightnessInitial, double saturationInitial)
 Constructor for the ColorHLS 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 Lightness
 Lightness in HLS pattern Ranges from 0-255. More...
 
double Saturation
 Saturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255. More...
 

Detailed Description

Represents three constituents of a HLS color pattern.

Constructor & Destructor Documentation

NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHLS::ColorHLS ( double  hueInitial,
double  lightnessInitial,
double  saturationInitial 
)

Constructor for the ColorHLS struct.

Parameters
hueInitialHue in HSV pattern is the color type (such as red, blue, or yellow) Ranges from 0-360
lightnessInitialLightness in HLS pattern Ranges from 0-255
saturationInitialSaturation in HSV pattern is the "vibrancy" of the color Ranges from 0-255

Member Data Documentation

double NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHLS::Hue

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

double NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHLS::Lightness

Lightness in HLS pattern Ranges from 0-255.

double NXOpen::Preferences::ViewVisualizationSpecialEffects::ColorHLS::Saturation

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


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