Add Colour implementation

This commit is contained in:
Godzil
2020-02-14 15:08:40 +00:00
parent 332e73a3d9
commit f3678992c5
5 changed files with 97 additions and 4 deletions

10
source/colour.cpp Normal file
View File

@@ -0,0 +1,10 @@
/*
* DoRayMe - a quick and dirty Raytracer
* Colour implementation
*
* Created by Manoël Trapier
* Copyright (c) 2020 986-Studio.
*
*/
#include "colour.h"