pixelSetCyan method
PixelSetCyan() sets the normalized cyan color of the pixel wand.
Implementation
void pixelSetCyan(double cyan) =>
_magickWandBindings.PixelSetCyan(_wandPtr, cyan);
PixelSetCyan() sets the normalized cyan color of the pixel wand.
void pixelSetCyan(double cyan) =>
_magickWandBindings.PixelSetCyan(_wandPtr, cyan);