Enum Class IntensityGraphFigure.ColorDepth

java.lang.Object
java.lang.Enum<IntensityGraphFigure.ColorDepth>
org.csstudio.swt.widgets.figures.IntensityGraphFigure.ColorDepth
All Implemented Interfaces:
Serializable, Comparable<IntensityGraphFigure.ColorDepth>, Constable
Enclosing class:
IntensityGraphFigure

public static enum IntensityGraphFigure.ColorDepth extends Enum<IntensityGraphFigure.ColorDepth>
Color depth of the image data in RGB1 mode, since SWT only support 8 bit color depth, it has to convert all data to [0,255].