Jazz3D API


com.sygem.visimagik
Class FilterTint

java.lang.Object
  |
  +--com.sygem.visimagik.Filter
        |
        +--com.sygem.visimagik.FilterTint

public class FilterTint
extends Filter

Image tinting filter.

Version:
3.0a
Author:
SyGem Software
See Also:
Filter

Constructor Summary
FilterTint(int rr, int gg, int bb)
          Default constructor.
 
Method Summary
 void execute(int[] graphics_array)
          Perform the image processing.
 
Methods inherited from class com.sygem.visimagik.Filter
removeMask, setMask
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterTint

public FilterTint(int rr,
                  int gg,
                  int bb)
Default constructor. Specifies the colour amount you want to tint the source image.
Parameters:
r - The red component of the tint. Can be any value.
g - The green component of the tint. Can be any value.
b - The blue component of the tint. Can be any value.
Method Detail

execute

public void execute(int[] graphics_array)
Perform the image processing.
Parameters:
graphics_array - The array to perform the processing on
See Also:
Visimagik

©2001 SyGem Software