Package ilcd
Class Attribute

Public Method setContrastAdjustment

static void setContrastAdjustment(int value)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

Sets the value for contrast 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.setContrastAdjustment(100);

Sets the value for contrast adjustments to 100.

See also:

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