CommonAsset

Graphical assets for autotelicum widgets.

Summary
CommonAssetGraphical assets for autotelicum widgets.
Variables
colorBase color used in coloring of the assets.
Functions
OkSymbolOkSymbol code generated by µSprite.
CancelSymbolCancelSymbol code generated by µSprite.
StepperUpArrowStepperUpArrow code generated by µShape.
StepperDownArrowStepperDownArrow code generated by µShape.
ScrollbarUpScrollbarUp code generated by µSprite.
ScrollbarDownScrollbarDown code generated by µSprite.
ScrollbarSliderScrollbarSlider code generated by µSprite.

Variables

color

public static var color: uint

Base color used in coloring of the assets.  If the color exists in the Color palettes then they are used otherwise grey scale.

Functions

OkSymbol

public static function OkSymbol():Shape

OkSymbol code generated by µSprite.

Returns

a Shape object

CancelSymbol

public static function CancelSymbol():Shape

CancelSymbol code generated by µSprite.

Returns

a Shape object

StepperUpArrow

public static function StepperUpArrow():Shape

StepperUpArrow code generated by µShape.

Returns

a Shape object

StepperDownArrow

public static function StepperDownArrow():Shape

StepperDownArrow code generated by µShape.

Returns

a Shape object

ScrollbarUp

public static function ScrollbarUp():Shape

ScrollbarUp code generated by µSprite.

Returns

a Shape object

ScrollbarDown

public static function ScrollbarDown():Shape

ScrollbarDown code generated by µSprite.

Returns

a Shape object

ScrollbarSlider

public static function ScrollbarSlider():Sprite

ScrollbarSlider code generated by µSprite.

Returns

a Sprite object

public static var color: uint
Base color used in coloring of the assets.
public static function OkSymbol():Shape
OkSymbol code generated by µSprite.
public static function CancelSymbol():Shape
CancelSymbol code generated by µSprite.
public static function StepperUpArrow():Shape
StepperUpArrow code generated by µShape.
public static function StepperDownArrow():Shape
StepperDownArrow code generated by µShape.
public static function ScrollbarUp():Shape
ScrollbarUp code generated by µSprite.
public static function ScrollbarDown():Shape
ScrollbarDown code generated by µSprite.
public static function ScrollbarSlider():Sprite
ScrollbarSlider code generated by µSprite.
The Color class provides precomputed palettes and common color names for widgets so they can be presented as a coherent color theme.
Close