From c00cd54ca5ed959cbccff7aa7261fb5025d1832c Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 26 Mar 2003 14:07:43 +0000 Subject: bleh --- lib/mcolor.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/mcolor.cc (limited to 'lib/mcolor.cc') diff --git a/lib/mcolor.cc b/lib/mcolor.cc new file mode 100644 index 0000000..91c8a1d --- /dev/null +++ b/lib/mcolor.cc @@ -0,0 +1,10 @@ +#include +#include "mcolor.h" + +Color mogltk::ColorP::Min(0, 0, 0, 0), mogltk::ColorP::Max = WHITE; + +mogltk::ColorP::ColorP(const Color & ac) : c(ac) { +} + +mogltk::ColorP::ColorP(Uint8 ar, Uint8 ag, Uint8 ab, Uint8 aa) : c(ar, ag, ab, aa) { +} -- cgit v1.2.3