Click or drag to resize

AtalaImageGetPixelCmykColor Method

Get the color of a pixel in CMYK space

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CmykColor GetPixelCmykColor(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x coordinate of the pixel
y
Type: SystemInt32
The y coordinate of the pixel

Return Value

Type: CmykColor
A structure of type CmykColor representing the color of the pixel.
Remarks
If the original image is not in CMYK, the color value will be converted to CMYK.
See Also