Class ImageButton


  • public class ImageButton
    extends TexSeqButton
    A GraphUI ImageSequence based TexSeqButton GraphShape.

    GraphUI is GPU based and resolution independent.

    This button is rendered with a round oval shape. To render it rectangular, BaseButton.setCorner(float) to zero.

    Default colors (toggle-off is full color): - non-toggle: 1 * color - pressed: 0.9 * color - toggle-off: 1.0 * color - toggle-on: 0.8 * color