Class GradientBackdrop

java.lang.Object
com.ardor3d.extension.ui.backdrop.UIBackdrop
com.ardor3d.extension.ui.backdrop.GradientBackdrop

public class GradientBackdrop extends UIBackdrop
A gradient four color backdrop. Each corner can be a different color and it will be blended across the background.
  • Constructor Details

    • GradientBackdrop

      public GradientBackdrop()
      Construct this back drop, using default colors.
    • GradientBackdrop

      public GradientBackdrop(ReadOnlyColorRGBA topLeft, ReadOnlyColorRGBA topRight, ReadOnlyColorRGBA bottomLeft, ReadOnlyColorRGBA bottomRight)
      Construct this back drop, using the given corner colors.
      Parameters:
      topLeft - the top left corner's color
      topRight - the top right corner's color
      bottomLeft - the bottom left corner's color
      bottomRight - the bottom right corner's color
  • Method Details