SAKAI Masahiro - Gimp::Tile Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

= Gimp::Tile

== Class methods:

--- Gimp::Tile.width
--- Gimp::Tile.heght
    タイルのサイズ

--- Gimp::Tile.cache_size(kilobytes)
    -

--- Gimp::Tile.cache_ntiles(ntiles)
    -

== Methods:

--- Gimp::Tile#ewidth

    the effective width of the tile

--- Gimp::Tile#eheight

    the effective height of the tile

--- Gimp::Tile#bpp

    the bytes per pixel (1, 2, 3 or 4 )

--- Gimp::Tile#tile_num

    the number of this tile within the drawable

--- Gimp::Tile#ref_count

    reference count for the tile

--- Gimp::Tile#dirty?

    is the tile dirty? has it been modified?

--- Gimp::Tile#shadow?

    is this a shadow tile

--- Gimp::Tile#to_s

    the pixel data for the tile

--- Gimp::Tile#drawable

    the drawable this tile came from.
    It is a ((<Gimp::Drawable::Struct>)).

--- Gimp::Tile#flush

    -

--- Gimp::Tile#[](x, y)
--- Gimp::Tile#[]=(x, y, value)

    -

--- Gimp::Tile#[](a..b)
--- Gimp::Tile#[]=(a..b)

    -

--- Gimp::Tile#[](i)
--- Gimp::Tile#[]=(i, value)

    -