Class HSB


public class HSB
extends ColorScheme
Creates a sequence of colors by varying the hue-component in a HSB color model.

The saturation and brightness are held constant at 0.5.

The range of hues are partitioned evenly by the number of colors desired.

Author:
Owen Feehan
  • Constructor Details

    • HSB

      public HSB()
  • Method Details

    • createList

      public ColorList createList​(int size)
      Description copied from class: ColorScheme
      Creates a sequence of related colors.
      Specified by:
      createList in class ColorScheme
      Parameters:
      size - the size of the list
      Returns:
      a newly created list with colors