ISIS Core Library 0.7.2 (api 3.0.0)
Public Member Functions | Data Fields

isis::util::color< T > Struct Template Reference

Class to store a rgb tripel of type T. More...

#include <color.hpp>

Public Member Functions

template<typename O >
bool operator!= (const color< O > &other) const
template<typename O >
bool operator== (const color< O > &other) const

Data Fields

b
g
r

Detailed Description

template<typename T>
struct isis::util::color< T >

Class to store a rgb tripel of type T.

Definition at line 13 of file color.hpp.


Member Function Documentation

template<typename T>
template<typename O >
bool isis::util::color< T >::operator!= ( const color< O > &  other) const [inline]

Definition at line 18 of file color.hpp.

template<typename T>
template<typename O >
bool isis::util::color< T >::operator== ( const color< O > &  other) const [inline]

Definition at line 15 of file color.hpp.


Field Documentation

template<typename T>
T isis::util::color< T >::b

Definition at line 14 of file color.hpp.

template<typename T>
T isis::util::color< T >::g

Definition at line 14 of file color.hpp.

template<typename T>
T isis::util::color< T >::r

Definition at line 14 of file color.hpp.


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