Layer.setMainPixel

機能/意味
Setting the color of the main image
タイプ
Layerクラスのメソッド
構文
setMainPixel(x, y, color)
引数
x  Specify the x coordinate (in layer image coordinates) to set the color.
y  Set the color Specify the y-coordinate (in layer image coordinates).
color  Specify the color to be set in 0xRRGGBB format.
戻り値
なし (void)
説明
 Set the color at any position of the layer main image (image that retains color).
 Specifying an invalid (out of range) location as an image coordinate will raise an exception.