Panda3D
Enumerations | Functions
colorSpace.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "typedef.h"

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)
 
EXPCL_PANDA_PUTIL std::istream & operator >> (std::istream &in, ColorSpace &cs)
 
END_PUBLISH EXPCL_PANDA_PUTIL std::ostream & operator<< (std::ostream &out, ColorSpace cs)
 
EXPCL_PANDA_PUTIL ColorSpace parse_color_space_string (const std::string &str)
 

Detailed Description

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."

Author
rdb
Date
2014-06-02

Definition in file colorSpace.h.