VisualizerColorsEnabled Property  | 
 Enable or disable coloring of the points with their accompanying RGB colors
 
    Namespace: 
   Zivid.NET.Visualization
    Assembly:
   ZividVisualizationNET (in ZividVisualizationNET.dll) Version: 2.14.0.0
Syntaxpublic ValueType ColorsEnabled { get; set; }Public Property ColorsEnabled As ValueType
	Get
	Set
public:
property ValueType^ ColorsEnabled {
	ValueType^ get ();
	void set (ValueType^ value);
}Property Value
Type: 
ValueType
See Also