home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2012 January
/
ME_2012_01.iso
/
Galileo-Video
/
system
/
ChromeLinux.swf
/
scripts
/
com
/
greensock
/
plugins
/
RemoveTintPlugin.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-16
|
274 b
|
15 lines
package com.greensock.plugins
{
public class RemoveTintPlugin extends TintPlugin
{
public static const API:Number = 1;
public function RemoveTintPlugin()
{
super();
this.propName = "removeTint";
}
}
}