Packagefrocessing.core.canvas
Classpublic class CanvasSolidFill
InheritanceCanvasSolidFill Inheritance FSolidFill Inheritance Object
Implements ICanvasFill

塗りのスタイルを定義します.



Public Properties
 PropertyDefined By
 Inheritedalpha : Number
塗りの透明度を示します.有効な値は 0~1 です.
FSolidFill
 Inheritedcolor : uint
塗りの色を示します.
FSolidFill
Public Methods
 MethodDefined By
  
CanvasSolidFill(color:uint, alpha:Number = 1)
CanvasSolidFill
  
CanvasSolidFill
  
CanvasSolidFill
Constructor Detail
CanvasSolidFill()Constructor
public function CanvasSolidFill(color:uint, alpha:Number = 1)



Parameters
color:uint
 
alpha:Number (default = 1)
Method Detail
apply()method
public function apply(g:CanvasStyleAdapter):void

Parameters

g:CanvasStyleAdapter

clone()method 
public function clone():ICanvasFill

Returns
ICanvasFill