org.freehep.graphicsio.swf
Class ColorXform
java.lang.Object
org.freehep.graphicsio.swf.ColorXform
public class ColorXform
- extends Object
SWF Color Transform
- Version:
- $Id: ColorXform.java 8584 2006-08-10 23:06:37Z 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 © 2012. All Rights Reserved.