thug/Code/Gfx/XBox/NX/gamma.h
2016-02-14 08:39:12 +11:00

12 lines
201 B
C++

#ifndef __GAMMA_H__
#define __GAMMA_H__
namespace NxXbox
{
void SetGammaNormalized( float fr, float fg, float fb );
void GetGammaNormalized( float *fr, float *fg, float *fb );
}
#endif