CSC3223_Graphics_For_Games_Software_Rasteriser / SoftwareRasteriser / Colour.cpp
Colour.cpp
Raw
#include "Colour.h"

Colour Colour::White(255, 255, 255, 255);