ARB
Public Member Functions | List of all members
AW_hsv Class Reference

Public Member Functions

 AW_hsv (float hue, float saturation, float value)
 
 AW_hsv (const AW_rgb_normalized &col)
 
 AW_hsv (const AW_rgb16 &col)
 
AW_rgb_normalized rgb () const
 
float h () const
 
float s () const
 
float v () const
 

Detailed Description

Definition at line 1459 of file AW_preset.cxx.

Constructor & Destructor Documentation

AW_hsv::AW_hsv ( float  hue,
float  saturation,
float  value 
)
inline

Definition at line 1462 of file AW_preset.cxx.

References aw_assert.

AW_hsv::AW_hsv ( const AW_rgb_normalized col)
inline
AW_hsv::AW_hsv ( const AW_rgb16 col)
inline

Definition at line 1494 of file AW_preset.cxx.

Member Function Documentation

AW_rgb_normalized AW_hsv::rgb ( ) const
inline

Definition at line 1497 of file AW_preset.cxx.

References aw_assert.

float AW_hsv::h ( ) const
inline

Definition at line 1517 of file AW_preset.cxx.

Referenced by colorslider_changed_cb().

float AW_hsv::s ( ) const
inline

Definition at line 1518 of file AW_preset.cxx.

Referenced by colorslider_changed_cb().

float AW_hsv::v ( ) const
inline

Definition at line 1519 of file AW_preset.cxx.

Referenced by colorslider_changed_cb().


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