Skip to content

Commit e51c855

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Improving obs-powershell startup time ( Fixes #214 )
1 parent 15ed90e commit e51c855

1 file changed

Lines changed: 26 additions & 33 deletions

File tree

docs/Set-OBSVHSShader.md

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Get-OBSVHSShader
22
----------------
33

44
### Synopsis
5-
65
Get-OBSVHSShader [[-Range] <float>] [[-OffsetIntensity] <float>] [[-NoiseQuality] <float>] [[-NoiseIntensity] <float>] [[-ColorOffsetIntensity] <float>] [[-AlphaPercentage] <float>] [[-ColorToReplace] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-ApplyToImage] [-ReplaceImageColor] [-ApplyToSpecificColor] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]
76

87
---
@@ -16,103 +15,103 @@ Get-OBSVHSShader [[-Range] <float>] [[-OffsetIntensity] <float>] [[-NoiseQuality
1615

1716
|Type |Required|Position|PipelineInput|Aliases |
1817
|---------|--------|--------|-------------|----------------|
19-
|`[float]`|false |5 |false |Alpha_Percentage|
18+
|`[Float]`|false |named |False |Alpha_Percentage|
2019

2120
#### **ApplyToImage**
2221

2322
|Type |Required|Position|PipelineInput|Aliases |
2423
|----------|--------|--------|-------------|--------------|
25-
|`[switch]`|false |Named |false |Apply_To_Image|
24+
|`[Switch]`|false |named |False |Apply_To_Image|
2625

2726
#### **ApplyToSpecificColor**
2827

2928
|Type |Required|Position|PipelineInput|Aliases |
3029
|----------|--------|--------|-------------|-----------------------|
31-
|`[switch]`|false |Named |false |Apply_To_Specific_Color|
30+
|`[Switch]`|false |named |False |Apply_To_Specific_Color|
3231

3332
#### **ColorOffsetIntensity**
3433

3534
|Type |Required|Position|PipelineInput|
3635
|---------|--------|--------|-------------|
37-
|`[float]`|false |4 |false |
36+
|`[Float]`|false |named |False |
3837

3938
#### **ColorToReplace**
4039

4140
|Type |Required|Position|PipelineInput|Aliases |
4241
|----------|--------|--------|-------------|----------------|
43-
|`[string]`|false |6 |false |Color_To_Replace|
42+
|`[String]`|false |named |False |Color_To_Replace|
4443

4544
#### **FilterName**
4645

47-
|Type |Required|Position|PipelineInput |
48-
|----------|--------|--------|---------------------|
49-
|`[string]`|false |8 |true (ByPropertyName)|
50-
51-
#### **Force**
52-
5346
|Type |Required|Position|PipelineInput|
5447
|----------|--------|--------|-------------|
55-
|`[switch]`|false |Named |false |
48+
|`[String]`|false |named |False |
5649

57-
#### **NoResponse**
50+
#### **Force**
5851

5952
|Type |Required|Position|PipelineInput|
6053
|----------|--------|--------|-------------|
61-
|`[switch]`|false |Named |false |
54+
|`[Switch]`|false |named |False |
6255

6356
#### **NoiseIntensity**
6457

6558
|Type |Required|Position|PipelineInput|
6659
|---------|--------|--------|-------------|
67-
|`[float]`|false |3 |false |
60+
|`[Float]`|false |named |False |
6861

6962
#### **NoiseQuality**
7063

7164
|Type |Required|Position|PipelineInput|
7265
|---------|--------|--------|-------------|
73-
|`[float]`|false |2 |false |
66+
|`[Float]`|false |named |False |
67+
68+
#### **NoResponse**
69+
70+
|Type |Required|Position|PipelineInput|
71+
|----------|--------|--------|-------------|
72+
|`[Switch]`|false |named |False |
7473

7574
#### **OffsetIntensity**
7675

7776
|Type |Required|Position|PipelineInput|
7877
|---------|--------|--------|-------------|
79-
|`[float]`|false |1 |false |
78+
|`[Float]`|false |named |False |
8079

8180
#### **PassThru**
8281

8382
|Type |Required|Position|PipelineInput|
8483
|----------|--------|--------|-------------|
85-
|`[switch]`|false |Named |false |
84+
|`[Switch]`|false |named |False |
8685

8786
#### **Range**
8887

8988
|Type |Required|Position|PipelineInput|
9089
|---------|--------|--------|-------------|
91-
|`[float]`|false |0 |false |
90+
|`[Float]`|false |named |False |
9291

9392
#### **ReplaceImageColor**
9493

9594
|Type |Required|Position|PipelineInput|Aliases |
9695
|----------|--------|--------|-------------|-------------------|
97-
|`[switch]`|false |Named |false |Replace_Image_Color|
96+
|`[Switch]`|false |named |False |Replace_Image_Color|
9897

9998
#### **ShaderText**
10099

101100
|Type |Required|Position|PipelineInput|Aliases |
102101
|----------|--------|--------|-------------|-------------|
103-
|`[string]`|false |9 |false |ShaderContent|
102+
|`[String]`|false |named |False |ShaderContent|
104103

105104
#### **SourceName**
106105

107-
|Type |Required|Position|PipelineInput |Aliases |
108-
|----------|--------|--------|---------------------|-------------|
109-
|`[string]`|false |7 |true (ByPropertyName)|SceneItemName|
106+
|Type |Required|Position|PipelineInput|Aliases |
107+
|----------|--------|--------|-------------|-------------|
108+
|`[String]`|false |named |False |SceneItemName|
110109

111110
#### **UseShaderTime**
112111

113112
|Type |Required|Position|PipelineInput|
114113
|----------|--------|--------|-------------|
115-
|`[switch]`|false |Named |false |
114+
|`[Switch]`|false |named |False |
116115

117116
---
118117

@@ -128,11 +127,5 @@ System.String
128127

129128
### Syntax
130129
```PowerShell
131-
syntaxItem
132-
```
133-
```PowerShell
134-
----------
135-
```
136-
```PowerShell
137-
{@{name=Get-OBSVHSShader; CommonParameters=True; parameter=System.Object[]}}
130+
Get-OBSVHSShader [[-Range] <Float>] [[-OffsetIntensity] <Float>] [[-NoiseQuality] <Float>] [[-NoiseIntensity] <Float>] [[-ColorOffsetIntensity] <Float>] [[-AlphaPercentage] <Float>] [-ApplyToImage <Switch>] [-ReplaceImageColor <Switch>] [[-ColorToReplace] <String>] [-ApplyToSpecificColor <Switch>] [[-SourceName] <String>] [[-FilterName] <String>] [[-ShaderText] <String>] [-Force <Switch>] [-PassThru <Switch>] [-NoResponse <Switch>] [-UseShaderTime <Switch>] [<CommonParameters>]
138131
```

0 commit comments

Comments
 (0)