Used with BASS_DSHOW_ChannelColorRange(Int32, BASSDSHOWColorControl, BASS_DSHOW_COLORRANGE) to retrieve the color controls range.
Inheritance Hierarchy
Un4seen.Bass.AddOn.DShowBASS_DSHOW_COLORRANGE
Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax
The BASS_DSHOW_COLORRANGE type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_DSHOW_COLORRANGE |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
The color range info as a string.
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| DefaultValue |
The default value of the color controls (most of the time this is the value that don't affect video).
| |
| MaxValue |
The maximum value that a color control can have.
| |
| MinValue |
The minimum value that a color control can have.
| |
| StepSize |
The step size between minimum and maximum values.
| |
| type |
One of the BASSDSHOWColorControl flags.
|
See Also