SPH
Public Member Functions | List of all members
Hsv Class Reference

#include <Color.h>

Public Member Functions

 Hsv (const float h, const float s, const float v)
 
float & operator[] (const int index)
 
float & h ()
 
float h () const
 
float & s ()
 
float s () const
 
float & v ()
 
float v () const
 

Detailed Description

Definition at line 218 of file Color.h.

Constructor & Destructor Documentation

◆ Hsv()

Hsv::Hsv ( const float  h,
const float  s,
const float  v 
)
inline

Definition at line 223 of file Color.h.

Member Function Documentation

◆ h() [1/2]

float& Hsv::h ( )
inline

Definition at line 231 of file Color.h.

◆ h() [2/2]

float Hsv::h ( ) const
inline

Definition at line 235 of file Color.h.

◆ operator[]()

float& Hsv::operator[] ( const int  index)
inline

Definition at line 226 of file Color.h.

◆ s() [1/2]

float& Hsv::s ( )
inline

Definition at line 239 of file Color.h.

◆ s() [2/2]

float Hsv::s ( ) const
inline

Definition at line 243 of file Color.h.

◆ v() [1/2]

float& Hsv::v ( )
inline

Definition at line 247 of file Color.h.

◆ v() [2/2]

float Hsv::v ( ) const
inline

Definition at line 251 of file Color.h.


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