pixelGetCyan method

double pixelGetCyan()

PixelGetCyan() returns the normalized cyan color of the pixel wand.

Implementation

double pixelGetCyan() => _magickWandBindings.PixelGetCyan(_wandPtr);