cgv
cgv::media::hls_color_interface< color< T, HLS, am > > Struct Template Reference

read and write access implementation of hls color interface More...

#include <color.h>

Inheritance diagram for cgv::media::hls_color_interface< color< T, HLS, am > >:
cgv::media::rgb_color_interface< color< T, HLS, am > >

Public Member Functions

T & H ()
 write access to H component of HLS color
 
const T & H () const
 read access to H component of HLS color
 
T & L ()
 write access to L component of HLS color
 
const T & L () const
 read access to L component of HLS color
 
T & S ()
 write access to S component of HLS color
 
const T & S () const
 read access to S component of HLS color
 

Detailed Description

template<typename T, AlphaModel am>
struct cgv::media::hls_color_interface< color< T, HLS, am > >

read and write access implementation of hls color interface


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