public interface ImageSurface extends Surface
Modifier and Type | Method and Description |
---|---|
<T> T |
getSurface()
Get the image surface.
|
Transparency |
getTransparency()
Get the image transparency type.
|
ColorRgba |
getTransparentColor()
Get the transparent color.
|
<T> T getSurface()
T
- The surface type.Transparency getTransparency()
ColorRgba getTransparentColor()
null
if not transparency.Copyright © 2017 Byron 3D Games Studio. All rights reserved.