- takeScreenshot(filepath, clipboard)
- popTransformation(amount)
- pushTransformation(matrices)
- bindRenderTarget(target)
- createRenderTarget(width, height)
- dumpTexture(texture)
- cdrawImage(x, y, width, height, image, srcStartX, srcStartY, srcSizeX, srcSizeY, opacity, isLinear)
- loadImageFromUrl(url, headers)
- text(x, y, text, scale)
- fillQuad(TopLeftX, TopLeftY, TopRightX, TopRightY, BottomLeftX, BottomLeftY, BottomRightX, BottomRightY)
- drawLine(Point1X, Point1Y, Point2X, Point2Y, Width)
- drawElipse(centerX, centerY, radius, width)
- drawElipse(centerX, centerY, radiusX, radiusY, width)
- fillElipse(centerX, centerY, radius)
- fillElipse(centerX, centerY, radiusX, radiusY)
- drawRoundRect(x, y, width, height, radius, lineWidth)
- fillRoundRect(x, y, width, height, radius)
- drawRect(x, y, width, height, lineWidth)
- blur(x, y, width, height, opacity, roundedCornerRadius)
- fillRect(x, y, width, height)
- setColorSymbolState(shouldProcessColorCodes, shouldShowColorSymbol)
- pushClipArea(x, y, width, height)
- textSize(text, scale)
- cdrawTexture(x, y, width, height, texture, srcStartUvX, srcStartUvY, srcSizeUvX, srcSizeUvY, opacity)
- dumpTextureToFile(texture, outputPath, copyToClipboard)
- height()
- fillTriangle(TrianglePoint1X, TrianglePoint1Y, TrianglePoint2X, TrianglePoint2Y, TrianglePoint3X, TrianglePoint3Y)
- width()
- drawTexture(x, y, width, height, texture, opacity)
- color(setting)
- color(colorTable)
- color(r, g, b)
- color(r, g, b, opacity)
- createCpuRenderTarget(width, height)
- drawImage(x, y, width, height, image)
- drawImage(x, y, width, height, image, opacity)
- drawImage(x, y, width, height, image, opacity, isLinear)
- loadImage(filepath)
- loadImage(width, height, Base64Texture)
- popClipArea(amount)
- createImage(width, height)
- loadImageFromStringForm(stringForm)
- tcolor(setting)
- tcolor(colorTable)
- tcolor(r, g, b)
- tcolor(r, g, b, opacity)