WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
WSCColorParams Struct Reference

Color adjustment parameters (per-output). More...

#include <wsclib.h>

Data Fields

float brightness
float contrast
float saturation
float hue

Detailed Description

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.

Field Documentation

◆ brightness

float WSCColorParams::brightness

Brightness: -1.0 to 1.0 (default 0.0).

◆ contrast

float WSCColorParams::contrast

Contrast: 0.0 to 3.0 (default 1.0).

◆ saturation

float WSCColorParams::saturation

Saturation: 0.0 to 3.0 (default 1.0).

◆ hue

float WSCColorParams::hue

Hue: -180 to 180 degrees (default 0.0).


The documentation for this struct was generated from the following file: