public ColorDepth getColorDepth() {
   return ColorDepth.values()[(Integer) getPropertyValue(PROP_COLOR_DEPTH)];
 }