Search
Preparing search index...
The search index is not available
Spider Engine API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FrameBuffer
Class FrameBuffer
Hierarchy
FrameBuffer
Index
Constructors
constructor
Properties
data
height
width
Methods
set
Pixel
Constructors
constructor
new
Frame
Buffer
(
w
:
number
, h
:
number
, rgba
:
boolean
)
:
FrameBuffer
Parameters
w:
number
h:
number
rgba:
boolean
Returns
FrameBuffer
Properties
data
data
:
Uint8Array
height
height
:
number
width
width
:
number
Methods
set
Pixel
set
Pixel
(
x
:
number
, y
:
number
, color
:
Color
)
:
void
Parameters
x:
number
y:
number
color:
Color
Returns
void
Globals
Frame
Buffer
constructor
data
height
width
set
Pixel