Bitwig Studio Control Surface API
5.0.11
|
This is the complete list of members for Color, including all inherited members.
blackColor() (defined in Color) | Color | static |
fromHex(String hex) (defined in Color) | Color | static |
fromRGB(double red, double green, double blue) (defined in Color) | Color | static |
fromRGB255(final int red, final int green, final int blue) (defined in Color) | Color | static |
fromRGBA(double red, double green, double blue, double alpha) (defined in Color) | Color | static |
fromRGBA255(final int red, final int green, final int blue, final int alpha) (defined in Color) | Color | static |
getAlpha() (defined in Color) | Color | |
getAlpha255() (defined in Color) | Color | |
getBlue() (defined in Color) | Color | |
getBlue255() (defined in Color) | Color | |
getGreen() (defined in Color) | Color | |
getGreen255() (defined in Color) | Color | |
getRed() (defined in Color) | Color | |
getRed255() (defined in Color) | Color | |
mix(final Color c1, final Color c2, double blend) | Color | static |
nullColor() (defined in Color) | Color | static |
toHex() (defined in Color) | Color | |
whiteColor() (defined in Color) | Color | static |