Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.ColorMode
-
Packages that use Constants.ColorMode Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.ColorMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ColorMode Modifier and Type Method Description voidP2DCodeDelegate. colorMode(Constants.ColorMode mode)voidP2DCodeDelegate. colorMode(Constants.ColorMode mode, double max)voidP3DCodeDelegate. colorMode(Constants.ColorMode mode)voidP3DCodeDelegate. colorMode(Constants.ColorMode mode, double max) -
Uses of Constants.ColorMode in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.ColorMode Modifier and Type Field Description static Constants.ColorModeConstants. HSBstatic Constants.ColorModeConstants. RGBMethods in org.praxislive.video.pgl.code.userapi that return Constants.ColorMode Modifier and Type Method Description static Constants.ColorModeConstants.ColorMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.ColorMode[]Constants.ColorMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-