Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "convert_srgb.h"
Go to the source code of this file.
Variables | |
const float | to_linear_float_table [256] |
const unsigned char | to_linear_uchar_table [256] |
const unsigned char | to_srgb8_table [256] |
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 convert_srgb.cxx.
const float to_linear_float_table[256] |
Definition at line 63 of file convert_srgb.cxx.
const unsigned char to_linear_uchar_table[256] |
Definition at line 41 of file convert_srgb.cxx.
const unsigned char to_srgb8_table[256] |
Definition at line 18 of file convert_srgb.cxx.