Interface SettableColorValue

All Superinterfaces:
ColorValue, Subscribable, Supplier<Color>, Value<ColorValueChangedCallback>

public interface SettableColorValue extends ColorValue
  • Method Details

    • set

      void set(float red, float green, float blue)
      Sets the internal value.
      Since:
      API version 2
    • set

      void set(float red, float green, float blue, float alpha)
      Sets the internal value.
      Since:
      API version 5
    • set

      void set(Color color)
      Sets the color.
      Since:
      API version 11