diff --git a/project/include/math/color/ARGB.h b/project/include/math/color/ARGB.h deleted file mode 100644 index 8d3b80fc8..000000000 --- a/project/include/math/color/ARGB.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef LIME_MATH_COLOR_MATRIX_H -#define LIME_MATH_COLOR_MATRIX_H - - -#include -#include - - -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 \ No newline at end of file diff --git a/project/include/math/color/BGRA.h b/project/include/math/color/BGRA.h deleted file mode 100644 index 8d3b80fc8..000000000 --- a/project/include/math/color/BGRA.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef LIME_MATH_COLOR_MATRIX_H -#define LIME_MATH_COLOR_MATRIX_H - - -#include -#include - - -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 \ No newline at end of file