pixelGetCyan method
PixelGetCyan() returns the normalized cyan color of the pixel wand.
Implementation
double pixelGetCyan() => _magickWandBindings.PixelGetCyan(_wandPtr);
PixelGetCyan() returns the normalized cyan color of the pixel wand.
double pixelGetCyan() => _magickWandBindings.PixelGetCyan(_wandPtr);