Bitmap.pixel

Set pixel to the pixel for the given position.

positionで指定された座標のpixelにpixelを設定します.

  1. Bitmap pixel(int x, int y, int index, T value)
  2. armos.graphics.Pixel!(T) pixel(int x, int y)
  3. Bitmap pixel(int x, int y, armos.graphics.Pixel!(T) pixel)
    struct Bitmap(T)
    pixel
    (
    in int x
    ,
    in int y
    ,
    armos.graphics.Pixel!(T) pixel
    )

Meta