SWT.IMAGE_GRAY

The <code>Image</code> constructor argument indicating that the new image should have the appearance of a "gray scaled" copy of the image provided as an argument (value is 2).

class SWT
int IMAGE_GRAY;

Meta