A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getAlpha(color:uint) — Static Method , class starling.utils.Color
Returns the alpha part of an ARGB color (0 - 255).
getAlpha(vertexID:int) — method, class starling.utils.VertexData
Returns the alpha value of a vertex in the range 0-1.
getBitmapFont(name:String) — Static Method , class starling.text.TextField
Returns a registered bitmap font (or null, if the font has not been registered).
getBlendFactors(mode:String, premultipliedAlpha:Boolean) — Static Method , class starling.display.BlendMode
Returns the blend factors that correspond with a certain mode and premultiplied alpha value.
getBlue(color:uint) — Static Method , class starling.utils.Color
Returns the blue part of an (A)RGB color (0 - 255).
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.DisplayObject
Returns a rectangle that completely encloses the object as it appears in another coordinate system.
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.DisplayObjectContainer
Returns a rectangle that completely encloses the object as it appears in another coordinate system.
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.Quad
Returns a rectangle that completely encloses the object as it appears in another coordinate system.
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.display.QuadBatch
Returns a rectangle that completely encloses the object as it appears in another coordinate system.
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class starling.text.TextField
Returns a rectangle that completely encloses the object as it appears in another coordinate system.
getBounds(transformationMatrix:flash.geom:Matrix, vertexID:int, numVertices:int, resultRect:flash.geom:Rectangle) — method, class starling.utils.VertexData
Calculates the bounds of the vertices, which are optionally transformed by a matrix.
getChar(charID:int) — method, class starling.text.BitmapFont
Returns a single bitmap char with a certain character ID.
getChildAt(index:int) — method, class starling.display.DisplayObjectContainer
Returns a child object at a certain index.
getChildByName(name:String) — method, class starling.display.DisplayObjectContainer
Returns a child object with a certain name (non-recursively).
getChildIndex(child:starling.display:DisplayObject) — method, class starling.display.DisplayObjectContainer
Returns the index of a child within the container, or "-1" if it is not found.
getColor(vertexID:int) — method, class starling.utils.VertexData
Returns the RGB color of a vertex (no alpha).
getFrame(name:String) — method, class starling.textures.TextureAtlas
Returns the frame rectangle of a specific region, or null if that region has no frame.
getFrameDuration(frameID:int) — method, class starling.display.MovieClip
Returns the duration of a certain frame (in seconds).
getFrameSound(frameID:int) — method, class starling.display.MovieClip
Returns the sound of a certain frame.
getFrameTexture(frameID:int) — method, class starling.display.MovieClip
Returns the texture of a certain frame.
getGreen(color:uint) — Static Method , class starling.utils.Color
Returns the green part of an (A)RGB color (0 - 255).
getKerning(charID:int) — method, class starling.text.BitmapChar
Retrieve kerning information relative to the given character ID.
getLocation(space:starling.display:DisplayObject, resultPoint:flash.geom:Point) — method, class starling.events.Touch
Converts the current location of a touch to the local coordinate system of a display object.
getMovement(space:starling.display:DisplayObject, resultPoint:flash.geom:Point) — method, class starling.events.Touch
Returns the movement of the touch between the current and previous location.
getNames(prefix:String, result:Vector$String) — method, class starling.textures.TextureAtlas
Returns all texture names that start with a certain string, sorted alphabetically.
getNextPowerOfTwo(number:int) — Package Function, starling.utils
Returns the next power of two that is equal to or bigger than the specified number.
getPosition(vertexID:int, position:flash.geom:Point) — method, class starling.utils.VertexData
Returns the position of a vertex.
getPreviousLocation(space:starling.display:DisplayObject, resultPoint:flash.geom:Point) — method, class starling.events.Touch
Converts the previous location of a touch to the local coordinate system of a display object.
getProgram(name:String) — method, class starling.core.Starling
Returns the vertex- and fragment-programs registered under a certain name.
getRed(color:uint) — Static Method , class starling.utils.Color
Returns the red part of an (A)RGB color (0 - 255).
getRegion(name:String) — method, class starling.textures.TextureAtlas
Returns the region rectangle associated with a specific name.
getSound(name:String) — method, class starling.utils.AssetManager
Returns a sound with a certain name.
getSoundNames(prefix:String) — method, class starling.utils.AssetManager
Returns all sound names that start with a certain string, sorted alphabetically.
getTexCoords(vertexID:int, resultPoint:flash.geom:Point) — method, class starling.display.Image
Gets the texture coordinates of a vertex.
getTexCoords(vertexID:int, texCoords:flash.geom:Point) — method, class starling.utils.VertexData
Returns the texture coordinates of a vertex in the range 0-1.
getTexture(name:String) — method, class starling.textures.TextureAtlas
Retrieves a subtexture by name.
getTexture(name:String) — method, class starling.utils.AssetManager
Returns a texture with a certain name.
getTextureAtlas(name:String) — method, class starling.utils.AssetManager
Returns a texture atlas with a certain name, or null if it's not found.
getTextureNames(prefix:String, result:Vector$String) — method, class starling.utils.AssetManager
Returns all texture names that start with a certain string, sorted alphabetically.
getTextures(prefix:String, result:Vector$starling.textures:Texture) — method, class starling.textures.TextureAtlas
Returns all textures that start with a certain string, sorted alphabetically (especially useful for "MovieClip").
getTextures(prefix:String, result:Vector$starling.textures:Texture) — method, class starling.utils.AssetManager
Returns all textures that start with a certain string, sorted alphabetically (especially useful for "MovieClip").
getTouch(target:starling.display:DisplayObject, phase:String) — method, class starling.events.TouchEvent
Returns a touch that originated over a certain target.
getTouches(target:starling.display:DisplayObject, phase:String, result:Vector$starling.events:Touch) — method, class starling.events.TouchEvent
Returns a list of touches that originated over a certain target.
getTransformationMatrix(targetSpace:starling.display:DisplayObject, resultMatrix:flash.geom:Matrix) — method, class starling.display.DisplayObject
Creates a matrix that represents the transformation from the local coordinate system to another.
getTransition(name:String) — Static Method , class starling.animation.Transitions
Returns the transition function that was registered under a certain name.
getVertexAlpha(vertexID:int) — method, class starling.display.Quad
Returns the alpha value of a vertex at a certain index.
getVertexColor(vertexID:int) — method, class starling.display.Quad
Returns the color of a vertex at a certain index.
globalToLocal(globalPoint:flash.geom:Point, resultPoint:flash.geom:Point) — method, class starling.display.DisplayObject
Transforms a point from global (stage) coordinates to the local coordinate system.
globalX — Property, class starling.events.Touch
The x-position of the touch in stage coordinates.
globalY — Property, class starling.events.Touch
The y-position of the touch in stage coordinates.
GRAY — Constant Static Property, class starling.utils.Color
GREEN — Constant Static Property, class starling.utils.Color
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z