public class ColorXform extends Object
| Constructor and Description |
|---|
ColorXform(int rx,
int gx,
int bx,
int ax,
int rp,
int gp,
int bp,
int ap) |
ColorXform(SWFInputStream swf,
boolean hasAlpha)
Read a color transform from the stream.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
Color |
transform(Color c) |
void |
write(SWFOutputStream swf,
boolean hasAlpha) |
public ColorXform(int rx,
int gx,
int bx,
int ax,
int rp,
int gp,
int bp,
int ap)
public ColorXform(SWFInputStream swf, boolean hasAlpha) throws IOException
IOExceptionpublic void write(SWFOutputStream swf, boolean hasAlpha) throws IOException
IOExceptionCopyright © 2014. All rights reserved.