com.guiseframework.style
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
 HSLColor asHSL()
           
 RGBColor asRGB()
           
 

Method Detail

asHSL

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

asRGB

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


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.