#include "PixelPolicies.h"

const RGB24::PixelType RGB24::ms_colorWhite = RGB24::PixelType(0xFF, 0xFF, 0xFF);
const RGB24::PixelType RGB24::ms_colorBlack = RGB24::PixelType(0, 0, 0);
const RGB24::PixelType RGB24::ms_colorRed   = RGB24::PixelType(0xFF, 0, 0);
const RGB24::PixelType RGB24::ms_colorGreen = RGB24::PixelType(0, 0xFF, 0);
const RGB24::PixelType RGB24::ms_colorBlue  = RGB24::PixelType(0, 0, 0xFF);

