Interface | Description |
---|---|
FactoryGraphic |
Represents the graphic factory.
|
Filter |
List of supported filters.
|
Graphic |
Graphic interface representing the screen buffer.
|
Image |
It allows images loading and rendering.
|
ImageBuffer |
Represents the image buffer in memory.
|
ImageHeader |
Describe image header data.
|
ImageSurface |
Represents the surface of an image.
|
Renderable |
Represents something that can be rendered periodically by using an output graphic context.
|
Screen |
Representation of the screen device, supporting different screen rendering type and input devices.
|
ScreenListener |
Listen to screen events.
|
Sprite |
Sprites work like images, but support modifications, such as scaling and filtering.
|
SpriteAnimated |
SpriteAnimated is an extended sprite that allows to play it using
Animation . |
SpriteFont |
SpriteFont is an extended sprite that allows to handle a font based on an image.
|
SpriteParallaxed |
ParallaxedSprites are used for parallax effect (2.5D perspective).
|
SpriteTiled |
Tiled sprite are mainly used for tile based levels.
|
Text |
The text allows to render any
String on screen, at a specified location, using a specified font. |
Transform |
Represents an identity transform.
|
Class | Description |
---|---|
ColorGradient |
Represents a gradient color.
|
ColorRgba |
Represents a color with red, green, blue and alpha.
|
Graphics |
Implementation provider for the
FactoryGraphic . |
ImageHeaderModel |
Image header model base.
|
ImageInfo |
Get quick information from an image without reading all data.
|
Raster |
Represent the raster for all colors.
|
RasterColor |
Represents the raster color.
|
RasterData |
Represents the raster data for color modification.
|
RasterImage |
Represents a rastered image.
|
ScreenBase |
Screen base implementation.
|
UtilColor |
Color utility class.
|
Enum | Description |
---|---|
DpiType |
Represents the type of DPI.
|
ImageFormat |
Represents the image format type.
|
TextStyle |
List of text style types.
|
Transparency |
List of transparency types.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.