Package | flare.materials.filters |
Class | public class SelfIlluminationFilter |
Inheritance | SelfIlluminationFilter ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | blendMode : String | FLSLFilter | |
color : uint | SelfIlluminationFilter | ||
![]() | fragment : FLSL
Output flsl fragment value if there is any. | FLSLFilter | |
level : Number | SelfIlluminationFilter | ||
![]() | techniqueName : String | FLSLFilter | |
![]() | vertex : FLSL
Output flsl vertex value if there is any. | FLSLFilter |
Method | Defined By | ||
---|---|---|---|
SelfIlluminationFilter(color:int = 0xffffff, level:Number = 1) | SelfIlluminationFilter | ||
![]() | FLSLFilter | ||
![]() | reset():void [override] | FLSLFilter |
color | property |
color:uint
public function get color():uint
public function set color(value:uint):void
level | property |
level:Number
public function get level():Number
public function set level(value:Number):void
SelfIlluminationFilter | () | Constructor |
public function SelfIlluminationFilter(color:int = 0xffffff, level:Number = 1)
color:int (default = 0xffffff )
| |
level:Number (default = 1 )
|