pixelSetCyan method

void pixelSetCyan(
  1. double cyan
)

PixelSetCyan() sets the normalized cyan color of the pixel wand.

Implementation

void pixelSetCyan(double cyan) =>
    _magickWandBindings.PixelSetCyan(_wandPtr, cyan);