paint method
Implementation
@override
bool paint() {
clip().procScript( script[1] ); // メイン
if( clip().getValue( 'S' ).toFloat() != 0 && clip().getValue( 's' ).toFloat() == 0 ){
clip().setPaletteColor( 0, 0xFF0000 );
clip().updateCanvas( scale() );
return false;
}
clip().updateCanvas( scale() );
return true;
}