Interface IVideoEffectsControls
Video effects controls interface.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectsControls
Methods
VideoEffects_Clear()
Clears video effects.
Declaration
void VideoEffects_Clear()
VideoEffects_SetBrightness(double)
Sets the brightness.
Declaration
void VideoEffects_SetBrightness(double value)
Parameters
Type | Name | Description |
---|---|---|
double | value | The value. |
VideoEffects_SetContrast(double)
Sets the contrast.
Declaration
void VideoEffects_SetContrast(double value)
Parameters
Type | Name | Description |
---|---|---|
double | value | The value. |
VideoEffects_SetFlipX(bool)
Sets the horizontal flip.
Declaration
void VideoEffects_SetFlipX(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value | if set to |
VideoEffects_SetFlipY(bool)
Sets the vertical flip.
Declaration
void VideoEffects_SetFlipY(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value | if set to |
VideoEffects_SetGrayscale(bool)
Sets the grayscale.
Declaration
void VideoEffects_SetGrayscale(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value | if set to |
VideoEffects_SetInvert(bool)
Sets the invert effect.
Declaration
void VideoEffects_SetInvert(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value | if set to |
VideoEffects_SetSaturation(double)
Sets the saturation.
Declaration
void VideoEffects_SetSaturation(double value)
Parameters
Type | Name | Description |
---|---|---|
double | value | The value. |