cgv
cgv::media::rgb_color_interface< color< T, RGB, am > > Struct Template Reference

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

#include <color.h>

Public Member Functions

T & R ()
 write access to R component of RGB color
 
const T & R () const
 read access to R component of RGB color
 
T & G ()
 write access to G component of RGB color
 
const T & G () const
 read access to G component of RGB color
 
T & B ()
 write access to B component of RGB color
 
const T & B () const
 read access to B component of RGB color
 

Detailed Description

template<typename T, AlphaModel am>
struct cgv::media::rgb_color_interface< color< T, RGB, am > >

read and write access implementation of rgb color interface


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