This commit is contained in:
Joshua Granick
2015-07-22 18:36:58 -07:00
parent c637863cb7
commit 7f6418d0e2
2 changed files with 0 additions and 80 deletions

View File

@@ -1,40 +0,0 @@
#ifndef LIME_MATH_COLOR_MATRIX_H
#define LIME_MATH_COLOR_MATRIX_H
#include <hx/CFFI.h>
#include <system/System.h>
namespace lime {
class ColorMatrix {
public:
ColorMatrix ();
ColorMatrix (value colorMatrix);
~ColorMatrix ();
float GetAlphaMultiplier ();
float GetAlphaOffset ();
float GetBlueMultiplier ();
float GetBlueOffset ();
int GetColor ();
float GetGreenMultiplier ();
float GetGreenOffset ();
float GetRedMultiplier ();
float GetRedOffset ();
float data[20];
};
}
#endif

View File

@@ -1,40 +0,0 @@
#ifndef LIME_MATH_COLOR_MATRIX_H
#define LIME_MATH_COLOR_MATRIX_H
#include <hx/CFFI.h>
#include <system/System.h>
namespace lime {
class ColorMatrix {
public:
ColorMatrix ();
ColorMatrix (value colorMatrix);
~ColorMatrix ();
float GetAlphaMultiplier ();
float GetAlphaOffset ();
float GetBlueMultiplier ();
float GetBlueOffset ();
int GetColor ();
float GetGreenMultiplier ();
float GetGreenOffset ();
float GetRedMultiplier ();
float GetRedOffset ();
float data[20];
};
}
#endif