Interface IColorPicker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.swt.graphics.RGB getValue()
      Retrieves a Color object representing current value of the control.
      void setValue​(org.eclipse.swt.graphics.RGB rgb)
      Sets the value of the control to the color represented by the given Color object.
    • Method Detail

      • getValue

        org.eclipse.swt.graphics.RGB getValue()
        Retrieves a Color object representing current value of the control.
      • setValue

        void setValue​(org.eclipse.swt.graphics.RGB rgb)
        Sets the value of the control to the color represented by the given Color object.