Skip to content

Instantly share code, notes, and snippets.

@thrashr888
thrashr888 / dColors.class.php
Created January 26, 2011 19:09
My class that I used to produce and convert color values.
<?php
class dColors{
CONST WHITE = "#FFFFFF";
CONST BLACK = "#000000";
CONST RED = "#FF0000";
CONST GREEN = "#00FF00";
CONST BLUE = "#0000FF";