thug/Code/Gfx/XBox/NX/gamma.h

12 lines
201 B
C
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
#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