![]() |
WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
|
Color adjustment parameters (per-output). More...
#include <wsclib.h>
Data Fields | |
| float | brightness |
| float | contrast |
| float | saturation |
| float | hue |
Color adjustment parameters (per-output).
When Video Processor is available (WSC_CAP_VIDEO_PROC), these are applied in hardware via D3D11 ProcAmp filters on the GPU Copy/Video engine.
| float WSCColorParams::brightness |
Brightness: -1.0 to 1.0 (default 0.0).
| float WSCColorParams::contrast |
Contrast: 0.0 to 3.0 (default 1.0).
| float WSCColorParams::saturation |
Saturation: 0.0 to 3.0 (default 1.0).
| float WSCColorParams::hue |
Hue: -180 to 180 degrees (default 0.0).