Interface ColorChooserInterface.OnGetRgba

Enclosing class:
ColorChooserInterface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ColorChooserInterface.OnGetRgba
  • Method Details

    • onGetRgba

      void onGetRgba(CallbackHandler __self, @Nonnull ColorChooser chooser, @Nonnull RGBA color)
      Parameters:
      chooser - a `GtkColorChooser`
      color - a `GdkRGBA` to fill in with the current color