Interface ColorValueChangedCallback

All Superinterfaces:
Callback, ValueChangedCallback

public interface ColorValueChangedCallback extends ValueChangedCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    valueChanged(float red, float green, float blue)
    As alpha component was introduced after this interface was released, the alpha component is not part of the parameter and would have to be checked manually.
  • Method Details

    • valueChanged

      void valueChanged(float red, float green, float blue)
      As alpha component was introduced after this interface was released, the alpha component is not part of the parameter and would have to be checked manually.