Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "colorSpace.h"
#include "config_putil.h"
#include "configVariableEnum.h"
#include "string_utils.h"
#include "dconfig.h"
#include "pnotify.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
string | format_color_space (ColorSpace cs) |
ostream & | operator<< (ostream &out, ColorSpace cs) |
istream & | operator>> (istream &in, ColorSpace &cs) |
ColorSpace | parse_color_space_string (const 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.cxx.
string format_color_space | ( | ColorSpace | cs | ) |
Definition at line 56 of file colorSpace.cxx.
ostream & operator<< | ( | ostream & | out, |
ColorSpace | cs ) |
Definition at line 62 of file colorSpace.cxx.
istream & operator>> | ( | istream & | in, |
ColorSpace & | cs ) |
Definition at line 85 of file colorSpace.cxx.
ColorSpace parse_color_space_string | ( | const string & | str | ) |
Definition at line 30 of file colorSpace.cxx.