~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to NuxCore/ColorFunctions.h

  • Committer: Neil Jagdish Patel
  • Date: 2010-09-01 19:25:37 UTC
  • Revision ID: neil.patel@canonical.com-20100901192537-mfz7rm6q262pewg6
Import and build NuxCore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef COLORFUNCTIONS_H
 
2
#define COLORFUNCTIONS_H
 
3
 
 
4
#include "NSystemTypes.h"
 
5
///////////////////////////////////////////////////////////////////////////
 
6
//
 
7
// Gamma correction
 
8
//
 
9
///////////////////////////////////////////////////////////////////////////
 
10
NAMESPACE_BEGIN
 
11
 
 
12
t_float Undo_Gamma_Correction(t_float c);
 
13
t_float Do_Gamma_Correction(t_float c);
 
14
 
 
15
NAMESPACE_END
 
16
#endif // COLORFUNCTIONS_H