|
healpix.plot3d.canvas3d
Class ColorConstants
java.lang.Object
healpix.plot3d.canvas3d.ColorConstants
public class ColorConstants - extends Object
Some color factor to get them from a static way.
- Version:
- $Id: ColorConstants.java,v 1.1.2.4 2010/02/22 14:55:50 healpix Exp $
Constructor Summary |
ColorConstants()
Creates a new ColorConstants object. |
BASE_BLUE_FACTOR
public static final double BASE_BLUE_FACTOR
- BLUE Color factor value
- See Also:
- Constant Field Values
BASE_GREEN_FACTOR
public static final double BASE_GREEN_FACTOR
- GREEN Color factor value
- See Also:
- Constant Field Values
BASE_RED_FACTOR
public static final double BASE_RED_FACTOR
- RED Color factor value
- See Also:
- Constant Field Values
BASE_BLUE_OFFSET
public static final double BASE_BLUE_OFFSET
- BLUE Color offset value
- See Also:
- Constant Field Values
BASE_GREEN_OFFSET
public static final double BASE_GREEN_OFFSET
- GREEN Color offset value
- See Also:
- Constant Field Values
BASE_RED_OFFSET
public static final double BASE_RED_OFFSET
- RED Color offset value
- See Also:
- Constant Field Values
ColorConstants
public ColorConstants()
- Creates a new ColorConstants object.
|
|