Uses of Enum Class
org.praxislive.video.pgl.code.userapi.Constants.ColorMode
Packages that use Constants.ColorMode
-
Uses of Constants.ColorMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.ColorModeModifier and TypeMethodDescriptionvoidP2DCodeDelegate.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.ColorModeModifier and TypeFieldDescriptionstatic final Constants.ColorModeConstants.HSBstatic final Constants.ColorModeConstants.RGBMethods in org.praxislive.video.pgl.code.userapi that return Constants.ColorModeModifier and TypeMethodDescriptionstatic Constants.ColorModeReturns the enum constant of this class with the specified name.static Constants.ColorMode[]Constants.ColorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.