Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Enumerations | |
enum | ColorSpace { CS_unspecified = 0 , CS_linear , CS_sRGB , CS_scRGB } |
Functions | |
EXPCL_PANDA_PUTIL std::string | format_color_space (ColorSpace cs) |
END_PUBLISH EXPCL_PANDA_PUTIL std::ostream & | operator<< (std::ostream &out, ColorSpace cs) |
EXPCL_PANDA_PUTIL std::istream & | operator>> (std::istream &in, ColorSpace &cs) |
EXPCL_PANDA_PUTIL ColorSpace | parse_color_space_string (const std::string &str) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file colorSpace.h.
enum ColorSpace |
Definition at line 23 of file colorSpace.h.
EXPCL_PANDA_PUTIL std::string format_color_space | ( | ColorSpace | cs | ) |
Definition at line 56 of file colorSpace.cxx.
END_PUBLISH EXPCL_PANDA_PUTIL std::ostream & operator<< | ( | std::ostream & | out, |
ColorSpace | cs ) |
Definition at line 62 of file colorSpace.cxx.
EXPCL_PANDA_PUTIL std::istream & operator>> | ( | std::istream & | in, |
ColorSpace & | cs ) |
Definition at line 85 of file colorSpace.cxx.
EXPCL_PANDA_PUTIL ColorSpace parse_color_space_string | ( | const std::string & | str | ) |
Definition at line 30 of file colorSpace.cxx.