Color.h File Reference
#include <tulip/Vector.h>
Include dependency graph for Color.h:
This graph shows which files directly or indirectly include this file:
Namespaces
Functions
Function Documentation
std::ostream& tlp::operator<< |
( |
std::ostream & |
os, |
|
|
const tlp::Color & |
|
|
) |
|
|
std::istream& tlp::operator>> |
( |
std::istream & |
is, |
|
|
tlp::Color & |
|
|
) |
|
|
tlp::Color::Color |
( |
const unsigned char |
red, |
|
|
const unsigned char |
green, |
|
|
const unsigned char |
blue, |
|
|
const unsigned char |
alpha |
|
) |
|
|
tlp::Color::Color |
( |
const tlp::Vector< unsigned char, 4 > & |
v |
) |
|
|
unsigned char tlp::Color::getA |
( |
|
) |
const |
|
float tlp::Color::getAGL |
( |
|
) |
const |
|
unsigned char tlp::Color::getB |
( |
|
) |
const |
|
float tlp::Color::getBGL |
( |
|
) |
const |
|
unsigned char tlp::Color::getG |
( |
|
) |
const |
|
float tlp::Color::getGGL |
( |
|
) |
const |
|
float* tlp::Color::getGL |
( |
|
) |
const |
|
unsigned char tlp::Color::getR |
( |
|
) |
const |
|
float tlp::Color::getRGL |
( |
|
) |
const |
|
void tlp::Color::set |
( |
unsigned char |
red, |
|
|
unsigned char |
green, |
|
|
unsigned char |
blue, |
|
|
unsigned char |
alpha |
|
) |
|
|
void tlp::Color::setA |
( |
unsigned char |
alpha |
) |
|
|
void tlp::Color::setB |
( |
unsigned char |
blue |
) |
|
|
void tlp::Color::setG |
( |
unsigned char |
green |
) |
|
|
void tlp::Color::setR |
( |
unsigned char |
red |
) |
|
|
|