Package ilcd
Class Attribute

Public Method setHueAdjustment

static void setHueAdjustment(int value)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
value -255 ... 255 value for hue adjustment

Sets the value for hue adjustment used by the methods Draw.adjustDisplay(int) and Draw.adjustDisplayArea(int, int, int) as well as graphic drawing methods when Attribute.setAdjustmentForGraphics(int) is used.

Note

Example

Attribute.setHueAdjustment(-100);

Sets the value for hue adjustments to -100.

See also:

Draw.adjustDisplay(int)
Draw.adjustDisplayArea(int, int, int)
Attribute.setAdjustmentForGraphics(int)
Attribute.setBrightnessAdjustment(int)
Attribute.setContrastAdjustment(int)
Attribute.setSaturationAdjustment(int)