CatImageViewMode (Enumeration)

enum CatImageViewMode {
  catImageModeOff,
  catImageModeHRD,
  catImageModeShading,
  catImageModeShadingWithEdges,
  catImageModeShadingNoLightSource,
  catImageModeShadingWithEdgesAndNoLightSource
}
Image view mode.
Values:
catImageModeOff
No image is generated. (Standard 2D geometry is created)
catImageModeHRD
The view is generated as a pixel image in HRD mode
catImageModeShading
Standard 2D geometry (Exact View) with the look and feel of image (Raster View)
catImageModeShadingWithEdges
Shading with edges
catImageModeShadingNoLightSource
Similar to shading but without a light source
catImageModeShadingWithEdgesAndNoLightSource
Similar to shading with edges but without a light source.