Package ilcd
Class Attribute

Public Method setSaturationAdjustment

static void setSaturationAdjustment(int value)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

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

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

Sets the value for saturation adjustments to 50.

See also:

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