Skip to content

Commit

Permalink
Fixing filters documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed May 28, 2023
1 parent b5fdb17 commit c216a9f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/Add-OBSColorFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ This allows you to:
* Spin the hue
* Saturate or Desaturate an image
* Change the contrast
* Brighten the image
* Brighten the image
* Multiply pixels by a color
* Add a color to all pixels



Expand All @@ -31,8 +33,13 @@ This allows you to:
### Examples
#### EXAMPLE 1
```PowerShell
$obsPowerShellIcon = Show-OBS -Uri .\Assets\obs-powershell-animated-icon.svg
$obsPowerShellIcon | Set-OBSColorFilter -Opacity .5
Show-OBS -Uri .\Assets\obs-powershell-animated-icon.svg |
Set-OBSColorFilter -Opacity .5
```

#### EXAMPLE 2
```PowerShell
Show-OBS -Uri
```


Expand Down

0 comments on commit c216a9f

Please sign in to comment.