Settings2DSamplingGroupColor Property |
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: 0.0.0.0
Syntax public Nullable<Settings2DSamplingGroupColorOption> Color { get; set; }
Public Property Color As Nullable(Of Settings2DSamplingGroupColorOption)
Get
Set
public:
property Nullable<Settings2DSamplingGroupColorOption> Color {
Nullable<Settings2DSamplingGroupColorOption> get ();
void set (Nullable<Settings2DSamplingGroupColorOption> value);
}
Property Value
Type:
NullableSettings2DSamplingGroupColorOptionSee Also