de.unifreiburg.twodeedoo.world
Interface IColor

All Known Implementing Classes:
Color

public interface IColor

An interface to colors. This interface is supposed to be implementable on both Android 2.1 and Java Platform, Standard Ed. 6.

Author:
geffken

Method Summary
 int thisColor()
          Provides the color represented by this class.
 

Method Detail

thisColor

int thisColor()
Provides the color represented by this class.

Returns:
an integer value representing a color in ARGB format The most significant 8 bits represent the alpha value, the second most significant 8 bits represent the red value and so on.