Available in the LEADTOOLS Imaging toolkit.
PaintContrast example for Visual J++
This example increases the contrast for painting images.
LEAD1.setPaintContrast( (short) ( LEAD1.getPaintContrast() + 100 ) ); LEAD1.ForceRepaint();