Bitwig Studio Control Surface API  5.0.11
Color Member List

This is the complete list of members for Color, including all inherited members.

blackColor() (defined in Color)Colorstatic
fromHex(String hex) (defined in Color)Colorstatic
fromRGB(double red, double green, double blue) (defined in Color)Colorstatic
fromRGB255(final int red, final int green, final int blue) (defined in Color)Colorstatic
fromRGBA(double red, double green, double blue, double alpha) (defined in Color)Colorstatic
fromRGBA255(final int red, final int green, final int blue, final int alpha) (defined in Color)Colorstatic
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)Colorstatic
nullColor() (defined in Color)Colorstatic
toHex() (defined in Color)Color
whiteColor() (defined in Color)Colorstatic