チェンジセット 3811
- コミット日時:
- 2010/04/18 09:43:06 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/branches/gunyarapaint/framework/src/org/libspark/gunyarapaint/framework/modules/TransparentFloodFill.as
r3605 r3811 8 8 public final class TransparentFloodFill extends CanvasModule implements ICanvasModule 9 9 { 10 public static const TRANSPARENT_FLOOD_FILL:String = "transparentFloodFill";10 public static const TRANSPARENT_FLOOD_FILL:String = PREFIX + "transparentFloodFill"; 11 11 12 12 public function TransparentFloodFill(recorder:Recorder) … … 47 47 { 48 48 stopDrawing(); 49 alpha = m_alpha; 50 color = m_color; 49 51 } 50 52

