diff --git a/docs/OBS.GetInputList.Response.get_Filters.md b/docs/OBS.GetInputList.Response.get_Filters.md new file mode 100644 index 000000000..0aec20559 --- /dev/null +++ b/docs/OBS.GetInputList.Response.get_Filters.md @@ -0,0 +1,44 @@ +OBS.GetInputList.Response.get_Filters() +--------------------------------------- + + + + +### Synopsis +Gets an input's filters + + + +--- + + +### Description + +Gets the filters related to an OBS input. + + + +--- + + +### Related Links +* Get-OBSSourceFilterList + + + + + +--- + + +### Examples +#### EXAMPLE 1 +```PowerShell +$obsPowerShellIcon = Show-OBS -Uri https://obs-powershell.start-automating.com/Assets/obs-powershell-animated-icon.svg +$obsPowerShellIcon | Set-OBSColorFilter -Opacity .5 +$obsPowerShellIcon.Input.Filters +``` + + + +---