Package ilcd
Class Attribute

Public Method setBrightnessAdjustment

static void setBrightnessAdjustment(int value)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Sets the value for brightness 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.setBrightnessAdjustment(-50);

Sets the value for brightness adjustments to -50.

See also:

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