|
@@ -82,7 +82,7 @@ function PixelGetYellowQuantum(const wand: PPixelWand): Quantum; cdecl; external
|
|
function PixelGetColorCount(const wand: PPixelWand): culong; cdecl; external WandExport;
|
|
function PixelGetColorCount(const wand: PPixelWand): culong; cdecl; external WandExport;
|
|
|
|
|
|
procedure ClearPixelWand(wand: PPixelWand); cdecl; external WandExport;
|
|
procedure ClearPixelWand(wand: PPixelWand); cdecl; external WandExport;
|
|
-procedure PixelGetMagickColor(const wand: PPixelWand; packet: PMagickPixelPacket); cdecl; external WandExport;
|
|
|
|
|
|
+// PixelGetHSL(const PixelWand *,double *,double *,double *), // Added after 6.2
|
|
procedure PixelGetQuantumColor(const wand: PPixelWand; color: PPixelPacket); cdecl; external WandExport;
|
|
procedure PixelGetQuantumColor(const wand: PPixelWand; color: PPixelPacket); cdecl; external WandExport;
|
|
procedure PixelSetAlpha(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetAlpha(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetAlphaQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetAlphaQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
@@ -90,14 +90,18 @@ procedure PixelSetBlack(wand: PPixelWand; const opacity: Double); cdecl; externa
|
|
procedure PixelSetBlackQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetBlackQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetBlue(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetBlue(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetBlueQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetBlueQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
|
|
+// PixelSetColorFromWand(PixelWand *,const PixelWand *), // Added after 6.2
|
|
procedure PixelSetColorCount(wand: PPixelWand; const count: culong); cdecl; external WandExport;
|
|
procedure PixelSetColorCount(wand: PPixelWand; const count: culong); cdecl; external WandExport;
|
|
procedure PixelSetCyan(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetCyan(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetCyanQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetCyanQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
|
|
+// PixelSetFuzz(PixelWand *,const double), // Added after 6.2
|
|
procedure PixelSetGreen(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetGreen(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetGreenQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetGreenQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
|
|
+// PixelSetHSL(PixelWand *,const double,const double,const double), // Added after 6.2
|
|
procedure PixelSetIndex(wand: PPixelWand; const index: IndexPacket); cdecl; external WandExport;
|
|
procedure PixelSetIndex(wand: PPixelWand; const index: IndexPacket); cdecl; external WandExport;
|
|
procedure PixelSetMagenta(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetMagenta(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetMagentaQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetMagentaQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
|
|
+procedure PixelSetMagickColor(wand: PPixelWand; const color: PMagickPixelPacket); cdecl; external WandExport; // Added after 6.2
|
|
procedure PixelSetOpacity(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetOpacity(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetOpacityQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetOpacityQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetQuantumColor(wand: PPixelWand; const color: PPixelPacket); cdecl; external WandExport;
|
|
procedure PixelSetQuantumColor(wand: PPixelWand; const color: PPixelPacket); cdecl; external WandExport;
|
|
@@ -106,4 +110,6 @@ procedure PixelSetRedQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; e
|
|
procedure PixelSetYellow(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetYellow(wand: PPixelWand; const opacity: Double); cdecl; external WandExport;
|
|
procedure PixelSetYellowQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
procedure PixelSetYellowQuantum(wand: PPixelWand; const opacity: Quantum); cdecl; external WandExport;
|
|
|
|
|
|
|
|
+// Considered a private method in newer versions (after 6.2)
|
|
|
|
+procedure PixelGetMagickColor(const wand: PPixelWand; packet: PMagickPixelPacket); cdecl; external WandExport;
|
|
|
|
|