cgv
cgv::media::xyz_color_interface< color< T, XYZ, am > > Struct Template Reference

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

#include <color.h>

Inheritance diagram for cgv::media::xyz_color_interface< color< T, XYZ, am > >:
cgv::media::hls_color_interface< color< T, XYZ, am > >

Public Member Functions

T & X ()
 write access to X component of XYZ color
 
const T & X () const
 read access to X component of XYZ color
 
T & Y ()
 write access to Y component of XYZ color
 
const T & Y () const
 read access to Y component of XYZ color
 
T & Z ()
 write access to Z component of XYZ color
 
const T & Z () const
 read access to Z component of XYZ color
 

Detailed Description

template<typename T, AlphaModel am>
struct cgv::media::xyz_color_interface< color< T, XYZ, am > >

read and write access implementation of xyz color interface


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