h2d.Drawable
h2d.Drawable
Inherits from: h2d.Object
Fields
| Name | Type | |
|---|---|---|
color | h3d.Vector | |
smooth | Null | |
tileWrap | Bool | |
shaders | hxsl.ShaderList |
Protos
f@1401set_colorAdd(h2d.Drawable, h3d.Vector) → h3d.Vectorf@1402adjustColor(h2d.Drawable, Virtual[contrast, gain, hue, lightness, saturation]) → Voidf@1403get_colorMatrix(h2d.Drawable) → h3d.Matrixf@1404set_colorMatrix(h2d.Drawable, h3d.Matrix) → h3d.Matrixf@1405getShader(h2d.Drawable, hl.Class) → hxsl.Shaderf@1406addShader(h2d.Drawable, hxsl.Shader) → hxsl.Shaderf@1407removeShader(h2d.Drawable, hxsl.Shader) → Boolf@1408emitTile(h2d.Drawable, h2d.RenderContext, h2d.Tile) → Void
Bindings
- static
f@1409__constructor__(h2d.Drawable, h2d.Object) → Void