スプライトまたはシェイプに複雑なグラフィック データがあります (どちらが正確であっても)。しかし、1つの Rect ( [10, 10, 240, 25] など) または別のパスの影 (内部も) を描画したい。
/// code before
grObj.graphics.drawRect( 10, 10, 240, 25);
/// -> draw inner shadow on this objcect somehow
/// code after
フィルターなしで実行することは可能ですか?
ps。http://ipicture.ru/uploads/100927/RHZF1K6Exu.png
解決:
BitmapData(*).applyFilter( *,*,*,*); // play with this function :)
http://help.adobe.com/ru_RU/AS3LCR/Flash_10.0/flash/display/BitmapData.html#applyFilter ()も