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

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

    • onNewColor

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