Skip to content

SetVMR9ImageAdjustmentValue

function

Delphi
function SetVMR9ImageAdjustmentValue (MainDisplay: Boolean; VMR9ControlSetting: TVMR9ImageAdjustment; Value: LongInt; FixRange: Boolean): Boolean;
C++Builder
bool __fastcall SetVMR9ImageAdjustmentValue(bool MainDisplay, TVMR9ImageAdjustment VMR9ControlSetting, System::LongInt Value, bool FixRange);
C#
public bool SetVMR9ImageAdjustmentValue(bool MainDisplay, TVMR9ImageAdjustment VMR9ControlSetting, int Value, bool FixRange);
VB.NET
Public Function SetVMR9ImageAdjustmentValue(MainDisplay As Boolean, VMR9ControlSetting As TVMR9ImageAdjustment, Value As Integer, FixRange As Boolean) As Boolean
C++/Qt
BOOL SetVMR9ImageAdjustmentValue (BOOL MainDisplay, TVMR9ImageAdjustment VMR9ControlSetting, int Value, BOOL FixRange);

Sets a VMR9 image adjustment setting.

Remarks

Used to set a VMR9 image adjustment property (brightness, contrast, hue, saturation). The VMR9ControlSetting parameter is a TVMR9ImageAdjustment type.

See also GetVMR9ImageAdjustmentBounds .