textbender.o.awt
Class ColorPair.X

java.lang.Object
  extended by ColorPair.X
Enclosing class:
ColorPair

public static final class ColorPair.X
extends Object

Colour-pair utilities.


Method Summary
static void highlightByHue(ColorPair colorPair, float hue)
          Highlights a colour-pair to a specified hue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

highlightByHue

public static void highlightByHue(ColorPair colorPair,
                                  float hue)
Highlights a colour-pair to a specified hue.

Parameters:
colorPair - to highlight
hue - HSB-model hue of highlighting: 0.000f(red) to 0.333f(green) to 0.666f(blue)