Skip to content

Commit

Permalink
feat: GetCurrentProgramScene.ToString() and regenerating ( Fixes #202,
Browse files Browse the repository at this point in the history
…Fixes #166 )
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 19, 2024
1 parent 13d7bc0 commit ecc2a85
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/_data/Help/Get-OBSBackgroundRemovalShader.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"Synopsis": "\nGet-OBSBackgroundRemovalShader [[-ViewProj] <float[][]>] [[-Image] <string>] [[-ElapsedTime] <float>] [[-UvOffset] <float[]>] [[-UvScale] <float[]>] [[-UvPixelInterval] <float[]>] [[-RandF] <float>] [[-UvSize] <float[]>] [[-Notes] <string>] [[-Target] <string>] [[-Color] <string>] [[-Opacity] <float>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Invert] [-Convert709to601] [-Convert601to709] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]\n",
"Description": "",
"Parameters": [
{
"Name": null,
"Type": null,
"Description": "",
"Required": false,
"Position": 0,
"Aliases": null,
"DefaultValue": null,
"Globbing": false,
"PipelineInput": null,
"variableLength": false
}
],
"Notes": [
null
],
"CommandType": "Function",
"Component": [
null
],
"Inputs": [
"System.String\n"
],
"Outputs": [
"System.Object"
],
"Links": [],
"Examples": []
}

0 comments on commit ecc2a85

Please sign in to comment.