We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9511c2 commit 2b9f7a5Copy full SHA for 2b9f7a5
1 file changed
Gradient.types.ps1xml
@@ -0,0 +1,23 @@
1
+<!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
2
+<Types>
3
+ <Type>
4
+ <Name>Gradient</Name>
5
+ <Members>
6
+ <ScriptProperty>
7
+ <Name>GradientTypePattern</Name>
8
+ <GetScriptBlock>
9
+ <#
10
+.SYNOPSIS
11
+ Gets the gradient type pattern
12
+.DESCRIPTION
13
+ Gets the regular expression used to identify a gradient type
14
+.EXAMPLE
15
+ Get-Gradiant '#4488ff' ,'#224488' |
16
+ Select-Object -Expand GradientTypePattern
17
+#>
18
+'(?:repeating-)?(?>conic|linear|radial)(?:-gradient)?$'
19
+ </GetScriptBlock>
20
+ </ScriptProperty>
21
+ </Members>
22
+ </Type>
23
+</Types>
0 commit comments