Gets the maximum number of colors that are available in the pixel format.
Namespace: ImageSenseAssembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public ulong MaxColors { get; private set; } |
Visual Basic |
---|
Public Property MaxColors As ULong Get Private Set |
Visual C++ |
---|
public: property unsigned long long MaxColors { unsigned long long get (); private: void set (unsigned long long value); } |