Package arc.graphics
package arc.graphics
-
ClassDescriptionBlending modes, can be instantiated to make custom blending.A color class, holding the r, g, b and alpha component as floats in the range [0,1].A general purpose class containing named colors that can be changed at will.Wraps a standard OpenGL ES Cubemap.Enum to identify each side of a CubemapUsed by a
Cubemap
to load the pixel data.Interface wrapping all the methods of OpenGL ES 2.0Class representing an OpenGL texture by its target and handle.A Mesh holds vertices composed of attributes specified by an array ofVertexAttribute
instances.A Pixmap represents an image in memory.Different pixel formats.Writes Pixmaps to various formats.Class based on https://github.com/Mike-C/lwjPNG, with many modificationsPNG encoder with compression.Various pixmap utilities.A Texture wraps a standard OpenGL ES texture.OpenGL ES wrapper for TextureArrayUsed by aTextureArray
to load the pixel data.Used by aTexture
to load the pixel data.A single vertex attribute defined by its number of components and its shader alias.