Class ImageFunctions.DesaturationComposite
java.lang.Object
com.blackrook.rookscript.desktop.functions.ImageFunctions.DesaturationComposite
- All Implemented Interfaces:
Composite
- Enclosing class:
ImageFunctions
-
Method Summary
Modifier and TypeMethodDescriptioncreateContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) getInstance(float scalar)
-
Method Details
-
getInstance
- Returns:
- an instance of this composite.
-
getInstance
- Parameters:
scalar- the applicative scalar.- Returns:
- an instance of this composite.
-
createContext
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) - Specified by:
createContextin interfaceComposite
-