| Package | flare.materials.filters |
| Class | public class VertexColorFilter |
| Inheritance | VertexColorFilter FLSLFilter FLSLScope FLSL Object |
| Method | Defined By | ||
|---|---|---|---|
VertexColorFilter(channel:int = 0, blendMode:String) | VertexColorFilter | ||
![]() | bind(byteCode:ByteArray):void
Bind the compiled flsl code to be executed by the scope. | FLSLScope | |
![]() | build():void
This forces to all materials containing this filter to be recompiled. | FLSLFilter | |
![]() | call(ns:String, params:Array = null):uint
Call to a function stored in the scope. | FLSLScope | |
![]() | getTechniqueNames():Array
Retirms all technique names available in the scope. | FLSLScope | |
![]() | process(scope:FLSLShader):void
This method is called when the filters are being proccessed by the associated Shader3D. | FLSLFilter | |