Cogl.AtlasTexture – doc Reference Manual
Packages
doc
Cogl
AtlasTexture
AtlasTexture
AtlasTexture.from_bitmap
AtlasTexture.from_data
AtlasTexture.from_file
AtlasTexture.with_size
AtlasTexture
Object Hierarchy:
Description:
public
class
AtlasTexture
:
Object
Namespace:
Cogl
Package:
doc
Content:
Creation methods:
protected
AtlasTexture
()
public
AtlasTexture.from_bitmap
(
Bitmap
bmp)
Creates a new
AtlasTexture
texture based on data residing in a
bitmap
.
public
AtlasTexture.from_data
(
Context
ctx,
int
width,
int
height,
PixelFormat
format,
int
rowstride,
uint8
data)
throws
Error
Creates a new
AtlasTexture
texture based on data residing in memory.
public
AtlasTexture.from_file
(
Context
ctx,
string
filename)
throws
Error
Creates a
AtlasTexture
from an image file.
public
AtlasTexture.with_size
(
Context
ctx,
int
width,
int
height)
Creates a
AtlasTexture
with a given
width
and
height
.
Inherited Members:
All known members inherited from class Cogl.Object
value_set_object