Uses of Class
org.deken.game.images.ImageOpFX.ColorChanel

Packages that use ImageOpFX.ColorChanel
org.deken.game.animation.imageFx   
org.deken.game.images   
 

Uses of ImageOpFX.ColorChanel in org.deken.game.animation.imageFx
 

Constructors in org.deken.game.animation.imageFx with parameters of type ImageOpFX.ColorChanel
ColorizeImage(double rate, ImageOpFX.ColorChanel cc)
           
 

Uses of ImageOpFX.ColorChanel in org.deken.game.images
 

Methods in org.deken.game.images that return ImageOpFX.ColorChanel
static ImageOpFX.ColorChanel ImageOpFX.ColorChanel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImageOpFX.ColorChanel[] ImageOpFX.ColorChanel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deken.game.images with parameters of type ImageOpFX.ColorChanel
 java.awt.image.BufferedImage ImageFX.getColorizedImage(java.awt.image.BufferedImage image, float brightness, ImageOpFX.ColorChanel cc)
           
static java.awt.image.LookupOp ImageOpFX.getColorizedOp(float brightness, boolean hasAlpha, ImageOpFX.ColorChanel cc)