Click or drag to resize

VideoDriverInfoCurrentNumberOfColors Property

Win32_VideoController: Number of colors supported at the current resolution.

Namespace:  Xcalibur.Models.Hardware.Video
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public long CurrentNumberOfColors { get; set; }

Property Value

Type: Int64
The current number of colors.

Implements

IVideoDriverInfoCurrentNumberOfColors
See Also