Class TColorControl

Unit

DSPack

Declaration

type TColorControl = class()

Description

Set and Get ColorControls from DSVideoWindowEx's OverlayMixer. This is Hardware based so your graphic card has to support it. Check DSVideoWindowEx's Capabilities if your card support a given colorcontrol.

Methods

Overview

Public procedure RestoreDefault;

Description

Public procedure RestoreDefault;

Restore the colorcontrols to there (Default) values. Default is the value the colorcontrol hat, just after we initilized the overlay Mixer.

Properties

Overview

Private property Brightness: Integer;
Private property ColorEnable: Boolean;
Private property Contrast: Integer;
Private property Gamma: Integer;
Private property Hue: Integer;
Private property Saturation: Integer;
Private property Sharpness: Integer;

Description

Private property Brightness: Integer;

The Brightness property defines the luminance intensity, in IRE units, multiplied by 100. The possible range is from 0 to 10,000 with a default of 750.

Private property ColorEnable: Boolean;

The ColorEnable property defines whether color is utilized or not. Color is used if this property is 1. Color is not used if this property is 0. The default value is 1.

Private property Contrast: Integer;

The Contrast property defines the relative difference between higher and lower luminance values, in IRE units, multiplied by 100. The possible range is from 0 to 20,000 with a default value of 10,000.

Private property Gamma: Integer;

The Gamma property defines the amount, in gamma units, of gamma correction applied to the luminance values. The possible range is from 1 to 500, with a default of 1.

Private property Hue: Integer;

The Hue property defines the phase relationship, in degrees, of the chrominance components. The possible range is from -180 to 180, with a default of 0.

Private property Saturation: Integer;

The Saturation property defines the color intensity, in IRE units, multiplied by 100. The possible range is 0 to 20,000, with a default value of 10,000.

Private property Sharpness: Integer;

The Sharpness property defines the sharpness, in arbitrary units, of an image. The possible range is 0 to 10, with a default value of 5.


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07