summaryrefslogtreecommitdiff
path: root/dmagick/ColorRGB.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/ColorRGB.d')
-rw-r--r--dmagick/ColorRGB.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/dmagick/ColorRGB.d b/dmagick/ColorRGB.d
index 6c734ad..1cbd48d 100644
--- a/dmagick/ColorRGB.d
+++ b/dmagick/ColorRGB.d
@@ -11,6 +11,9 @@ import dmagick.Color;
import dmagick.c.magickType;
import dmagick.c.quantum;
+/**
+ * An RGB(A) Color.
+ */
class ColorRGB : Color
{
this()