Settings2DSamplingGroupColorOption Enumeration | 
 Choose how to sample colors for the 2D image. The `rgb` option gives an image
with full colors. The `grayscale` option gives a grayscale (r=g=b) image, which
can be acquired faster than full colors.
The `grayscale` option is not available on all camera models.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
SyntaxPublic Enumeration ColorOption
public enum class ColorOption
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Rgb | 0 |  | 
 | Grayscale | 1 |  | 
See Also