tk2dRuntime.TileMap.ColorChannel Class Reference

Color channel. More...

List of all members.

Public Member Functions

Color GetColor (int x, int y)
 Gets the color.
void SetColor (int x, int y, Color color)
 Sets the color.
void Clear (Color color)
 Clear the specified color.

Detailed Description

Color channel.


Member Function Documentation

Clear the specified color.

Parameters:
colorColor.
Color tk2dRuntime.TileMap.ColorChannel.GetColor ( int  x,
int  y 
)

Gets the color.

Returns:
The color.
Parameters:
xThe x coordinate.
yThe y coordinate.
void tk2dRuntime.TileMap.ColorChannel.SetColor ( int  x,
int  y,
Color  color 
)

Sets the color.

Parameters:
xThe x coordinate.
yThe y coordinate.
colorColor.