#include <HOM_Color.h>
Definition at line 23 of file HOM_Color.h.
HOM_Color::HOM_Color |
( |
const std::vector< float > & |
rgb_tuple | ) |
|
HOM_Color::HOM_Color |
( |
const HOM_Color & |
color | ) |
|
|
inline |
HOM_Color::HOM_Color |
( |
const UT_Color & |
color | ) |
|
|
inline |
HOM_Color::~HOM_Color |
( |
| ) |
|
|
inline |
int HOM_Color::__hash__ |
( |
| ) |
|
std::string HOM_Color::__repr__ |
( |
| ) |
|
void* HOM_Color::_asVoidPointer |
( |
| ) |
|
|
inline |
std::vector<float> HOM_Color::hsl |
( |
| ) |
|
std::vector<float> HOM_Color::hsv |
( |
| ) |
|
std::vector<float> HOM_Color::lab |
( |
| ) |
|
static std::vector<std::string> HOM_Color::ocio_activeDisplays |
( |
| ) |
|
|
static |
static std::vector<std::string> HOM_Color::ocio_activeViews |
( |
| ) |
|
|
static |
static std::string HOM_Color::ocio_configPath |
( |
| ) |
|
|
static |
static std::string HOM_Color::ocio_defaultDisplay |
( |
| ) |
|
|
static |
static std::string HOM_Color::ocio_defaultView |
( |
| ) |
|
|
static |
static std::vector<std::string> HOM_Color::ocio_looks |
( |
| ) |
|
|
static |
static std::vector<std::string> HOM_Color::ocio_roles |
( |
| ) |
|
|
static |
static std::vector<std::string> HOM_Color::ocio_spaces |
( |
| ) |
|
|
static |
HOM_Color* HOM_Color::ocio_transform |
( |
std::string |
src_colorspace, |
|
|
std::string |
dest_colorspace, |
|
|
std::string |
looks |
|
) |
| |
static std::vector<std::string> HOM_Color::ocio_views |
( |
const char * |
display | ) |
|
|
static |
HOM_Color* HOM_Color::ocio_viewTransform |
( |
std::string |
src_colorspace, |
|
|
std::string |
display, |
|
|
std::string |
view |
|
) |
| |
static void HOM_Color::reloadOCIO |
( |
| ) |
|
|
static |
std::vector<float> HOM_Color::rgb |
( |
| ) |
|
void HOM_Color::setHSL |
( |
const std::vector< float > & |
tuple | ) |
|
void HOM_Color::setHSV |
( |
const std::vector< float > & |
tuple | ) |
|
void HOM_Color::setLAB |
( |
const std::vector< float > & |
tuple | ) |
|
void HOM_Color::setRGB |
( |
const std::vector< float > & |
tuple | ) |
|
void HOM_Color::setTMI |
( |
const std::vector< float > & |
tuple | ) |
|
void HOM_Color::setXYZ |
( |
const std::vector< float > & |
tuple | ) |
|
std::vector<float> HOM_Color::tmi |
( |
| ) |
|
std::vector<float> HOM_Color::xyz |
( |
| ) |
|
The documentation for this class was generated from the following file: