org.freehep.graphicsio.swf
Class ColorXform
java.lang.Object
org.freehep.graphicsio.swf.ColorXform
public class ColorXform
- extends Object
SWF Color Transform
- Version:
- $Id: freehep-graphicsio-swf/src/main/java/org/freehep/graphicsio/swf/ColorXform.java db861da05344 2005/12/05 00:59:43 duns $
- Author:
- Mark Donszelmann, Charles Loomis
|
Constructor Summary |
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. |
ColorXform
public ColorXform(int rx,
int gx,
int bx,
int ax,
int rp,
int gp,
int bp,
int ap)
ColorXform
public ColorXform(SWFInputStream swf,
boolean hasAlpha)
throws IOException
- Read a color transform from the stream.
- Throws:
IOException
transform
public Color transform(Color c)
write
public void write(SWFOutputStream swf,
boolean hasAlpha)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All rights reserved.