Skip to content

surface.create

CrazedProgrammer edited this page Apr 23, 2017 · 4 revisions

surface.create(width, height[, b, t, c])

  • width, height (int)
    Size of the surface
  • b, t, c (colour)
    Colour that the surface is filled with

Creates a new surface and returns it.

Clone this wiki locally