get_cmyk


Description:

public void get_cmyk (out double cyan, out double magenta, out double yellow, out double key, out double alpha, Object? space)

Retrieves the current set color stored as space.

If space is null, this is equivalent to requesting color in the default naive CMYK space.

Parameters:

this

a Color

cyan

cyan return location.

magenta

magenta return location.

yellow

yellow return location.

key

key return location.

alpha

alpha return location.

space

CMYK space.