Surface.setColorkey

Set the colorkey.

  1. void setColorkey(Color col)
  2. void setColorkey(Color col)
  3. void setColorkey(ubyte red, ubyte green, ubyte blue)
    struct Surface
    void
    setColorkey
    (
    ubyte red
    ,
    ubyte green
    ,
    ubyte blue
    )
  4. void setColorkey(ubyte red, ubyte green, ubyte blue, ubyte alpha)

Meta