Packagelaya.webgl.shader.d2
Classpublic class Shader2D
InheritanceShader2D Inheritance Object



Public Properties
 PropertyDefined By
  ALPHA : Number = 1
Shader2D
  colorAdd : Array
Shader2D
  defines : ShaderDefines2D
Shader2D
  fillStyle : DrawStyle
Shader2D
  filters : Array
Shader2D
  glTexture : Bitmap
Shader2D
  shader : Shader
Shader2D
  shaderType : int = 0
Shader2D
  strokeStyle : DrawStyle
Shader2D
Public Methods
 MethodDefined By
  
__init__():void
[static]
Shader2D
  
destroy():void
Shader2D
Property Detail
ALPHAproperty
public var ALPHA:Number = 1

colorAddproperty 
public var colorAdd:Array

definesproperty 
public var defines:ShaderDefines2D

fillStyleproperty 
public var fillStyle:DrawStyle

filtersproperty 
public var filters:Array

glTextureproperty 
public var glTexture:Bitmap

shaderproperty 
public var shader:Shader

shaderTypeproperty 
public var shaderType:int = 0

strokeStyleproperty 
public var strokeStyle:DrawStyle

Method Detail
__init__()method
public static function __init__():void

destroy()method 
public function destroy():void