summaryrefslogtreecommitdiff
path: root/dmagick/c
diff options
context:
space:
mode:
authorMike Wey2011-02-07 23:47:33 +0100
committerMike Wey2011-02-07 23:47:33 +0100
commitb5fc681a9af594c3d872199393ae065d37e4faf7 (patch)
tree194b25590c573396f82f48d8b8bae452979abc11 /dmagick/c
parentd33595cdf0da82c14e7d12dd74a8cedbd9900cee (diff)
Add a Color class
Diffstat (limited to 'dmagick/c')
-rw-r--r--dmagick/c/magickType.d14
1 files changed, 3 insertions, 11 deletions
diff --git a/dmagick/c/magickType.d b/dmagick/c/magickType.d
index 498fb61..0817bb4 100644
--- a/dmagick/c/magickType.d
+++ b/dmagick/c/magickType.d
@@ -8,7 +8,10 @@ extern (C)
alias long MagickOffsetType;
alias ulong MagickSizeType;
+ alias int MagickBooleanType;
+
alias MagickSizeType QuantumAny;
+ alias QuantumRange TransparentOpacity;
enum MaxTextExtent = 4096;
enum QuantumRange = 65535UL;
@@ -44,16 +47,5 @@ extern (C)
PseudoClass
}
- alias int MagickBooleanType;
-
- //typedef enum
- //{
- // MagickFalse = 0,
- // MagickTrue = 1
- //} MagickBooleanType;
-
struct BlobInfo {}
-
- //alias _Image Image;
- //alias _ImageInfo ImageInfo;
}