Hatch Game Engine Documentation v1.4.0
The documentation for the Hatch Game Engine
Loading...
Searching...
No Matches
Texture Member List

This is the complete list of members for Texture, including all inherited members.

AccessTexture
Apply()Texture
CanConvertBetweenFormats(TEXTUREFORMAT srcFormat, TEXTUREFORMAT targetFormat)Texture
Convert(Drawable srcDrawable, array destPixels, TEXTUREFORMAT targetFormat, array palette)Texture
Convert(array srcPixels, TEXTUREFORMAT srcFormat, array destPixels, TEXTUREFORMAT targetFormat, array palette)Texture
Convert(integer color, TEXTUREFORMAT srcFormat, TEXTUREFORMAT targetFormat, array palette)Texture
Copy(Texture destTexture, Drawable srcDrawable)Texture
CopyPixels(Drawable srcDrawable, array srcPalette)Texture
CopyPixels(Drawable srcDrawable, integer destX, integer destY, array srcPalette)Texture
CopyPixels(Drawable srcDrawable, integer srcX, integer srcY, integer destX, integer destY, integer destWidth, integer destHeight, array srcPalette)Texture
CopyPixels(array srcPixels, array srcPalette)Texture
CopyPixels(array srcPixels, TEXTUREFORMAT srcFormat, array srcPalette)Texture
CopyPixels(array srcPixels, TEXTUREFORMAT srcFormat, integer srcWidth, integer srcHeight, array srcPalette)Texture
CopyPixels(array srcPixels, TEXTUREFORMAT srcFormat, integer srcWidth, integer srcHeight, integer destX, integer destY, array srcPalette)Texture
CopyPixels(array srcPixels, TEXTUREFORMAT srcFormat, integer srcX, integer srcY, integer srcWidth, integer srcHeight, integer destX, integer destY, integer destWidth, integer destHeight, array srcPalette)Texture
Create(integer width, integer height)Texture
Delete()Texture
FormatTexture
FormatHasAlphaChannel(TEXTUREFORMAT format)Texture
GetPixel(integer x, integer y)Texture
GetPixelData(integer x=0, integer y=0, integer width, integer height)Texture
HeightTexture
Scale(integer width, integer height)Texture
SetPixel(integer x, integer y, integer color)Texture
SetSize(integer width, integer height)Texture
Texture(integer width, integer height, TEXTUREACCESS access, TEXTUREFORMAT format, array pixels, array palette)Texture
Texture(integer width, integer height, TEXTUREACCESS access, TEXTUREFORMAT format, Drawable source, array palette)Texture
WidthTexture