#ifndef PERCEIVED_LUMINANCE_H #define PERCEIVED_LUMINANCE_H #include "color.h" float perceivedLuminance(const COLOR& c); #endif