Interface Color

All Known Subinterfaces:
ModeledColor<C>
All Known Implementing Classes:
AbstractModeledColor, HSLColor, ResourceColor, RGBColor

public interface Color
Representation of a color.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • asHSL

      HSLColor asHSL()
      Returns:
      The color in the HSL color space.
    • asRGB

      RGBColor asRGB()
      Returns:
      The color in the RGB color space.