Package | flare.materials.flsl |
Class | public class FLSLFilterTexture |
Inheritance | FLSLFilterTexture ![]() |
Property | Defined By | ||
---|---|---|---|
index : int
The index of the filter texture. | FLSLFilterTexture | ||
meta : Object
Stored parameters metadata. | FLSLFilterTexture | ||
name : String
The name of the filter texture. | FLSLFilterTexture | ||
value : Texture3D
The value of the filter texture. | FLSLFilterTexture |
Method | Defined By | ||
---|---|---|---|
FLSLFilterTexture(name:String, index:int, value:Texture3D = null)
Creates a new FilterTexture. | FLSLFilterTexture | ||
Returns a copy of the filter texture. | FLSLFilterTexture |
index | property |
public var index:int
The index of the filter texture.
meta | property |
public var meta:Object
Stored parameters metadata.
name | property |
public var name:String
The name of the filter texture.
value | property |
public var value:Texture3D
The value of the filter texture.
FLSLFilterTexture | () | Constructor |
public function FLSLFilterTexture(name:String, index:int, value:Texture3D = null)
Creates a new FilterTexture. This class is auto-generated by Filters class, each filter value corresponds to single texture on the filter.
Parametersname:String — The name of the filter texture.
| |
index:int — The index of the filter texture.
| |
value:Texture3D (default = null ) — The value of the filter texture.
|
clone | () | method |
public function clone():FLSLFilterTexture
Returns a copy of the filter texture.
ReturnsFLSLFilterTexture — A new FilterTexture.
|