Click or drag to resize

AtalaImageSetPixelCmykColor Method

Set 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 void SetPixelCmykColor(
	int x,
	int y,
	CmykColor newColor
)

Parameters

x
Type: SystemInt32
The X coordinate of the pixel
y
Type: SystemInt32
The Y coordinate of the pixel
newColor
Type: Atalasoft.ImagingCmykColor
The color to set
Remarks
If the image is not a CMYK image, newColor will be converted to the proper color space.
See Also