Interface IColorSelectionWidget

All Known Implementing Classes:
RectangleColorsPreferencePage, ScreenColorsPreferencePage

public interface IColorSelectionWidget
Color selection change interface for the color selection widget.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    A new color is selected.
  • Method Details Link icon

    • onNewColor Link icon

      void onNewColor(ColorSelectionWidget csw, int color)
      A new color is selected.
      Parameters:
      color - The color RGB(A) value.