#include "color.h"
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
static float | lux::determinent (const float matrix[3][3]) |
static void | lux::inverse (float matrix[3][3]) |
static void | lux::multiply (const float matrix[3][3], const float vector[3], float result[3]) |
static void | lux::multiply (const float a[3][3], const float b[3][3], float result[3][3]) |
static float | lux::dot (const float a[3], const float b[3]) |
static bool | lux::InsideGamut (const RGBColor &color) |