PS H:\> D:\workbook\reportNew.ps1 DEBUG: 36+ >>>> $username = "insearch1dev\rcossadm1" DEBUG: ! SET $username = 'insearch1dev\rcossadm1'. DEBUG: 39+ >>>> $cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $username, $password DEBUG: ! SET $cred = 'System.Management.Automation.PSCredential'. DEBUG: 42+ >>>> Import-Module ReportHtml DEBUG: 9+ >>>> @{ DEBUG: ! CALL function '' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHtml.psd1') DEBUG: 69+ NestedModules = @( >>>> 'ReportHTMLHelp.psm1') DEBUG: 98+ Tags = @( >>>> 'PSModule','HTML','Reporting','Charts','AzureAutomation') DEBUG: 4+ >>>> Write-host "Need a little help getting started? Get-HTMLReportHelp" -ForegroundColor Cyan DEBUG: ! CALL function '' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTMLHelp.psm1') Need a little help getting started? Get-HTMLReportHelp DEBUG: 3+ >>>> $Script:SAMPLE_LOGO_SOURCE=@" DEBUG: ! CALL function '' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: ! SET $SAMPLE_LOGO_SOURCE = 'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQE...'. DEBUG: 7+ >>>> $Script:CORPORATE_LOGO_SOURCE=@" DEBUG: ! SET $CORPORATE_LOGO_SOURCE = 'data:image/jpeg;base64,/9j/4AAQSkZJRgAB...'. DEBUG: 11+ >>>> $Script:ALTERNATE_LOGO_SOURCE=@' DEBUG: ! SET $ALTERNATE_LOGO_SOURCE = 'data:image/jpeg;base64,/9j/4AAQSkZJRgAB...'. DEBUG: 1970+ >>>> New-Alias -name Get-HTMLPageClose -value Get-HTMLClosePage -Force DEBUG: 1971+ >>>> New-Alias -name Get-HTMLPageOpen -value Get-HTMLOpenOpen -force DEBUG: 43+ >>>> Get-Command -Module ReportHtml CommandType Name Version Source ----------- ---- ------- ------ Function Connect-HTMLToAzure 1.4.0.3 ReportHtml Function GenerateRandomColorScheme 1.4.0.3 ReportHtml Function Get-Functions 1.4.0.3 ReportHtml Function Get-HTMLAnchor 1.4.0.3 ReportHtml Function Get-HTMLAnchorLink 1.4.0.3 ReportHtml Function Get-HTMLBarChart 1.4.0.3 ReportHtml Function Get-HTMLBarChartObject 1.4.0.3 ReportHtml Function Get-HTMLClosePage 1.4.0.3 ReportHtml Function Get-HTMLCodeBlock 1.4.0.3 ReportHtml Function Get-HTMLColorSchemes 1.4.0.3 ReportHtml Function Get-HTMLColumn1of2 1.4.0.3 ReportHtml Function Get-HTMLColumn2of2 1.4.0.3 ReportHtml Function Get-HTMLColumnClose 1.4.0.3 ReportHtml Function Get-HTMLColumnOpen 1.4.0.3 ReportHtml Function Get-HTMLContentClose 1.4.0.3 ReportHtml Function Get-HTMLContentDataTable 1.4.0.3 ReportHtml Function Get-HTMLContentOpen 1.4.0.3 ReportHtml Function Get-HTMLContentTable 1.4.0.3 ReportHtml Function Get-HTMLContentTableAdvanced 1.4.0.3 ReportHtml Function Get-HTMLContentText 1.4.0.3 ReportHtml Function Get-HTMLCSS 1.4.0.3 ReportHtml Function Get-HTMLHeading 1.4.0.3 ReportHtml Function Get-HTMLJavaScripts 1.4.0.3 ReportHtml Function Get-HTMLLogos 1.4.0.3 ReportHtml Function Get-HTMLOpenPage 1.4.0.3 ReportHtml Function Get-HTMLPieChart 1.4.0.3 ReportHtml Function Get-HTMLPieChartObject 1.4.0.3 ReportHtml Function Get-HTMLPowerShellSyntax 1.4.0.3 ReportHtml Function Get-HTMLReportHelp 1.4.0.3 ReportHtml Function Get-HTMLSpan 1.4.0.3 ReportHtml Function Get-HTMLTabContentClose 1.4.0.3 ReportHtml Function Get-HTMLTabContentOpen 1.4.0.3 ReportHtml Function Get-HTMLTabHeader 1.4.0.3 ReportHtml Function Get-Parameters 1.4.0.3 ReportHtml Function grc 1.4.0.3 ReportHtml Function New-HTMLReportOptions 1.4.0.3 ReportHtml Function Save-HTMLReport 1.4.0.3 ReportHtml Function Save-HTMLToBlobStorage 1.4.0.3 ReportHtml Function Send-HTMLReport 1.4.0.3 ReportHtml Function Set-TableRowColor 1.4.0.3 ReportHtml DEBUG: 46+ >>>> $rpt = @() DEBUG: ! SET $rpt = ''. DEBUG: 54+ >>>> $TimeStamp = Get-Date -DisplayHint datetime DEBUG: ! SET $TimeStamp = '07/19/2017 11:25:22'. DEBUG: 55+ >>>> $ServerName = $env:computername DEBUG: ! SET $ServerName = 'DVSECWS01'. DEBUG: 546+ >>>> $Rpt = @() DEBUG: ! SET $Rpt = ''. DEBUG: 547+ >>>> $Rpt += get-htmlopenpage DEBUG: 452+ >>>> { DEBUG: ! CALL function 'Get-HTMLOpenPage' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 502+ if( >>>> $PSCmdlet.ParameterSetName -eq 'options') DEBUG: 504+ if( >>>> $Options -eq $null) DEBUG: 506+ >>>> $Options=New-HTMLReportOptions DEBUG: 20+ >>>> { DEBUG: ! CALL function 'New-HTMLReportOptions' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 59+ if( >>>> $LogoSources -eq $null) DEBUG: 61+ >>>> $LogoSources = get-htmllogos -Logopath $LogoPath DEBUG: 123+ >>>> { DEBUG: ! CALL function 'Get-HTMLLogos' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 136+ if( >>>> [String]::IsNullOrEmpty($LogoPath)) DEBUG: 138+ if( >>>> [string]::IsNullOrEmpty($PSScriptRoot)) DEBUG: 144+ >>>> $LogoPath = $PSScriptRoot DEBUG: ! SET $LogoPath = 'C:\Program Files\WindowsPowerShell\Modules\ReportHtm...'. DEBUG: 149+ >>>> $LogoSources = @{} DEBUG: ! SET $LogoSources = 'System.Collections.Hashtable'. DEBUG: 150+ >>>> $ImageFiles = Get-ChildItem -Path (join-path $LogoPath '\*') -Include *.jpg,*.png,*.bmp DEBUG: ! SET $ImageFiles = 'C:\Program Files\WindowsPowerShell\Modules\ReportH...'. DEBUG: 151+ foreach ($ImageFile in >>>> $ImageFiles) DEBUG: ! SET $foreach = 'IEnumerator'. DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $foreach = ''. DEBUG: 156+ >>>> Write-Output $LogoSources DEBUG: 158+ >>>> } DEBUG: ! SET $LogoSources = 'System.Collections.Hashtable'. DEBUG: 64+ if( >>>> $ColorSchemes -eq $null) DEBUG: 66+ >>>> $ColorSchemes=Get-HTMLColorSchemes -SchemePath $ColorSchemePath DEBUG: 241+ >>>> { DEBUG: ! CALL function 'Get-HTMLColorSchemes' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 248+ if( >>>> [String]::IsNullOrEmpty($SchemePath)) DEBUG: 250+ if( >>>> [string]::IsNullOrEmpty($PSScriptRoot)) DEBUG: 256+ >>>> $SchemePath=$PSScriptRoot DEBUG: ! SET $SchemePath = 'C:\Program Files\WindowsPowerShell\Modules\ReportH...'. DEBUG: 259+ >>>> $Schemes=@{} DEBUG: ! SET $Schemes = 'System.Collections.Hashtable'. DEBUG: 260+ >>>> Write-Verbose "Retrieving *.rcs from $SchemePath" DEBUG: 261+ >>>> $SchemeFiles = @(get-childitem $SchemePath -Filter '*.rcs' ) DEBUG: 261+ $SchemeFiles = @( >>>> get-childitem $SchemePath -Filter '*.rcs' ) DEBUG: ! SET $SchemeFiles = 'ColorScheme1.rcs ColorScheme2.rcs ColorScheme3.rc...'. DEBUG: 262+ foreach ($SchemeFile in >>>> $SchemeFiles) DEBUG: ! SET $foreach = 'IEnumerator'. DEBUG: 262+ foreach ( >>>> $SchemeFile in $SchemeFiles) DEBUG: ! SET $SchemeFile = 'ColorScheme1.rcs'. DEBUG: 264+ >>>> $SchemeContent=Import-Csv -Delimiter ';' -Path $SchemeFile.FullName DEBUG: ! SET $SchemeContent = ' '. DEBUG: 265+ >>>> $Schemes.Add($SchemeFile.BaseName,$SchemeContent) DEBUG: 262+ foreach ( >>>> $SchemeFile in $SchemeFiles) DEBUG: ! SET $SchemeFile = 'ColorScheme2.rcs'. DEBUG: 264+ >>>> $SchemeContent=Import-Csv -Delimiter ';' -Path $SchemeFile.FullName DEBUG: ! SET $SchemeContent = ' '. DEBUG: 265+ >>>> $Schemes.Add($SchemeFile.BaseName,$SchemeContent) DEBUG: 262+ foreach ( >>>> $SchemeFile in $SchemeFiles) DEBUG: ! SET $SchemeFile = 'ColorScheme3.rcs'. DEBUG: 264+ >>>> $SchemeContent=Import-Csv -Delimiter ';' -Path $SchemeFile.FullName DEBUG: ! SET $SchemeContent = ' '. DEBUG: 265+ >>>> $Schemes.Add($SchemeFile.BaseName,$SchemeContent) DEBUG: 262+ foreach ( >>>> $SchemeFile in $SchemeFiles) DEBUG: ! SET $SchemeFile = 'ColorScheme4.rcs'. DEBUG: 264+ >>>> $SchemeContent=Import-Csv -Delimiter ';' -Path $SchemeFile.FullName DEBUG: ! SET $SchemeContent = ' '. DEBUG: 265+ >>>> $Schemes.Add($SchemeFile.BaseName,$SchemeContent) DEBUG: 262+ foreach ( >>>> $SchemeFile in $SchemeFiles) DEBUG: ! SET $foreach = ''. DEBUG: 267+ >>>> $Schemes.add('Generated1',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '1'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '134'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '142'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '126'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,214,141,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,83,11,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,221,76,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,147,121,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,46,55,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,217,141,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,68,120,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,224,119,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,130,95,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,230,107,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,124,32,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,251,186,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,125,195,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,252,165,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(126,244,156,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,145,114,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,213,216,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,221,136,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,197,7,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,52,134,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,96,169,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,61,135,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,1,35,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(126,220,215,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,8,127,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(126,62,81,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(127,36,72,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,32,13,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,50,137,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,105,85,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,144,175,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,197,55,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,165,47,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,226,152,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,57,141,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,180,78,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,82,92,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,138,113,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,178,38,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,220,239,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,8,210,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,87,81,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,146,148,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,129,64,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(127,67,4,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,63,73,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,109,136,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,13,31,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,43,208,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,30,112,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(126,57,86,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,212,102,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,57,95,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,77,86,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,28,29,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,66,68,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,204,237,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,242,134,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,202,40,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,192,231,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,57,224,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,21,55,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,120,36,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,152,64,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,22,69,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,49,152,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,149,177,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,247,58,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,172,77,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,217,238,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,156,211,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,248,15,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,94,50,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,235,24,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,42,212,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,113,86,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,58,159,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,146,205,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,118,32,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,237,94,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 268+ >>>> $Schemes.add('Generated2',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '1'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '176'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '184'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '168'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,150,182,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(180,168,104,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,9,37,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,234,104,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,112,72,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,89,179,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(180,132,51,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,20,220,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,144,230,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,67,138,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,179,129,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,209,60,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,53,234,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,157,104,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(173,19,6,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(179,175,13,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,163,69,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,54,108,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,206,226,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,73,202,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,240,132,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(181,193,249,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,142,27,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,207,94,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,29,55,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,2,190,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,46,95,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,63,24,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,119,68,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(180,108,235,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,245,12,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(181,199,102,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,81,145,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,94,69,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,91,59,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,91,124,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,148,86,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,47,134,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,150,20,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(179,33,25,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,88,220,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,183,121,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,191,63,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,46,157,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,200,98,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,132,174,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,156,23,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,162,96,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,227,191,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,78,220,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,85,245,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,239,238,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,106,243,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,177,240,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(179,134,240,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,250,39,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,26,28,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,106,117,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,58,62,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,50,128,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,93,29,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(181,97,219,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,186,1,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,117,239,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,111,19,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,164,86,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(180,117,247,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,36,183,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,55,2,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,51,244,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,100,7,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,60,177,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,213,17,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,245,181,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,92,16,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(180,106,136,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(173,185,248,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(173,147,48,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,89,25,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,17,116,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 269+ >>>> $Schemes.add('Generated3',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '1'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '190'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '198'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '182'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,50,10,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,156,53,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(191,120,67,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(196,86,58,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(197,163,167,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,166,199,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,103,123,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,145,98,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,236,204,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(188,87,139,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(186,4,212,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(195,177,8,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,10,228,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(186,176,37,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(186,159,29,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(197,135,148,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,42,69,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(196,53,235,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(188,27,148,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(193,157,3,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(188,8,178,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,98,158,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,93,80,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,112,106,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(196,38,85,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,32,134,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(187,193,96,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(195,158,145,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,59,162,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,161,72,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(186,75,158,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,187,162,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(188,38,219,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(185,220,67,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(188,161,215,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(197,94,96,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(187,198,138,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,205,166,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,199,229,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,164,18,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(196,164,105,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,200,173,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,71,151,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,172,87,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(187,7,133,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(189,213,29,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,190,113,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,45,238,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(187,39,148,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(196,224,44,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(195,147,144,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,225,46,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(186,251,212,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(185,14,189,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,184,88,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,215,138,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,43,218,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(193,122,156,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(193,254,96,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,87,193,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(193,168,10,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(187,152,101,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(196,224,89,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(191,125,221,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(182,95,175,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,24,130,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,97,110,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,198,110,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,9,102,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(189,200,194,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(183,8,63,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(197,188,32,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(197,158,140,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,74,59,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(186,223,139,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(189,147,89,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(185,78,191,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(188,88,222,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,11,243,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,205,0,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 270+ >>>> $Schemes.add('Generated4',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '1'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '170'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '178'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '162'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,236,1,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,114,21,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,68,150,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,249,161,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,235,234,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,7,190,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,225,204,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(162,233,216,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,75,93,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,162,31,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,58,77,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,108,0,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,3,174,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,173,124,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,225,247,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,189,247,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,2,82,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,10,198,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,61,155,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,73,101,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,149,36,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,74,51,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,215,242,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(162,209,240,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(173,210,14,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,42,171,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,162,138,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,161,102,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,121,141,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,161,198,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,218,63,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,27,139,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,99,174,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,253,91,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,64,184,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(166,15,13,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,66,213,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,207,150,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,146,71,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,208,91,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,23,9,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,73,160,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,60,152,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,48,71,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,79,120,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(163,244,163,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,86,201,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(173,66,12,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,84,84,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,55,85,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,88,6,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(166,178,157,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,87,254,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,221,94,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,167,22,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,188,152,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,29,75,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,193,174,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,84,83,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,127,215,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(173,101,192,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,39,202,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,201,162,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(168,250,89,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(169,70,219,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,89,123,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(163,82,227,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,68,57,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(170,85,140,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,45,69,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,155,52,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(175,34,45,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(166,173,196,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(166,75,164,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(162,216,48,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,127,81,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(174,205,62,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(163,68,224,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(171,36,171,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(164,151,254,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 271+ >>>> $Schemes.add('Generated5',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '2'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '140'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '148'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '132'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(125,134,87,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(46,143,153,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,147,44,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(149,132,232,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(48,144,152,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(118,140,38,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(84,140,138,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(156,140,82,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(191,139,194,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(247,139,224,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(52,132,89,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,144,26,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(235,137,89,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(15,142,128,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,134,163,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(155,135,81,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(236,141,60,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(192,141,173,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(235,146,239,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(88,134,155,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(205,141,133,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(14,141,206,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(108,143,121,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(38,140,163,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(82,139,113,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(219,137,159,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(149,136,53,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(191,134,65,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(232,146,59,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(200,146,22,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,140,66,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(4,132,26,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(235,138,64,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(228,141,184,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(31,144,181,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(179,134,219,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(65,143,125,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(77,137,39,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,139,130,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(43,142,204,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(66,140,222,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(58,140,186,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(216,139,223,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(177,138,63,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(208,146,216,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(222,140,214,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(79,132,85,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(116,136,209,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(234,139,202,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(202,136,41,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(206,143,191,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(119,143,39,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(57,144,243,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(105,143,234,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(102,144,149,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(40,145,88,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(235,145,219,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(162,145,79,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,146,145,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(112,133,106,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(166,141,173,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,141,34,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(69,139,140,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(72,142,72,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(68,145,162,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(61,137,121,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(124,142,145,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(18,146,64,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(218,146,24,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(238,143,128,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(83,147,122,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(247,143,94,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(76,135,31,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(9,141,102,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(195,139,178,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(180,145,210,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(207,139,250,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(41,137,8,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(242,145,65,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(15,136,171,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 272+ >>>> $Schemes.add('Generated6',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '2'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '142'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '150'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '134'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(193,138,244,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(28,140,162,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(145,142,174,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(189,134,109,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(187,148,113,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,149,252,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(51,140,188,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(33,149,73,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(234,134,174,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(41,146,7,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(15,142,165,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(147,135,158,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(217,147,161,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(124,136,100,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(102,138,36,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(96,137,88,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(253,149,78,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(194,139,226,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(34,145,48,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(228,135,90,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(17,144,68,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,138,74,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,149,241,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(123,136,185,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(159,143,175,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(91,147,54,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,134,75,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(190,134,89,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,138,110,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(19,134,205,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(15,134,88,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(178,143,181,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(30,137,11,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(73,148,213,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(16,139,41,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(39,138,154,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(211,147,6,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,144,22,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(18,139,248,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,147,226,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(179,149,65,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(43,142,228,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(165,147,200,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(202,135,198,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(16,148,123,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(195,143,185,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(7,134,121,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(109,137,174,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(12,147,72,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(118,147,15,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(110,135,59,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(35,140,127,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(16,149,61,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,140,121,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(76,141,149,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(91,137,232,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(172,149,217,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(81,144,150,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(202,139,209,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border PS H:\> D:\workbook\reportNew.ps1 DEBUG: 31+ >>>> $username = "insearch1dev\rcossadm1" DEBUG: ! CALL function '' (defined in file 'D:\workbook\reportNew.ps1') DEBUG: ! SET $username = 'insearch1dev\rcossadm1'. DEBUG: 32+ >>>> $password = "Tigerlilly09" DEBUG: ! SET $password = 'Tigerlilly09'. DEBUG: 33+ >>>> $password = $password | convertto-securestring -AsPlainText -force DEBUG: ! SET $password = 'System.Security.SecureString'. DEBUG: 34+ >>>> Set-PSDebug -Trace 2 DEBUG: 36+ >>>> $username = "insearch1dev\rcossadm1" DEBUG: ! SET $username = 'insearch1dev\rcossadm1'. DEBUG: 39+ >>>> $cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $username, $password DEBUG: ! SET $cred = 'System.Management.Automation.PSCredential'. DEBUG: 42+ >>>> Import-Module ReportHtml DEBUG: 9+ >>>> @{ DEBUG: ! CALL function '' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHtml.psd1') DEBUG: 69+ NestedModules = @( >>>> 'ReportHTMLHelp.psm1') DEBUG: 98+ Tags = @( >>>> 'PSModule','HTML','Reporting','Charts','AzureAutomation') DEBUG: 43+ >>>> Get-Command -Module ReportHtml CommandType Name Version Source ----------- ---- ------- ------ Function Connect-HTMLToAzure 1.4.0.3 ReportHtml Function GenerateRandomColorScheme 1.4.0.3 ReportHtml Function Get-Functions 1.4.0.3 ReportHtml Function Get-HTMLAnchor 1.4.0.3 ReportHtml Function Get-HTMLAnchorLink 1.4.0.3 ReportHtml Function Get-HTMLBarChart 1.4.0.3 ReportHtml Function Get-HTMLBarChartObject 1.4.0.3 ReportHtml Function Get-HTMLClosePage 1.4.0.3 ReportHtml Function Get-HTMLCodeBlock 1.4.0.3 ReportHtml Function Get-HTMLColorSchemes 1.4.0.3 ReportHtml Function Get-HTMLColumn1of2 1.4.0.3 ReportHtml Function Get-HTMLColumn2of2 1.4.0.3 ReportHtml Function Get-HTMLColumnClose 1.4.0.3 ReportHtml Function Get-HTMLColumnOpen 1.4.0.3 ReportHtml Function Get-HTMLContentClose 1.4.0.3 ReportHtml Function Get-HTMLContentDataTable 1.4.0.3 ReportHtml Function Get-HTMLContentOpen 1.4.0.3 ReportHtml Function Get-HTMLContentTable 1.4.0.3 ReportHtml Function Get-HTMLContentTableAdvanced 1.4.0.3 ReportHtml Function Get-HTMLContentText 1.4.0.3 ReportHtml Function Get-HTMLCSS 1.4.0.3 ReportHtml Function Get-HTMLHeading 1.4.0.3 ReportHtml Function Get-HTMLJavaScripts 1.4.0.3 ReportHtml Function Get-HTMLLogos 1.4.0.3 ReportHtml Function Get-HTMLOpenPage 1.4.0.3 ReportHtml Function Get-HTMLPieChart 1.4.0.3 ReportHtml Function Get-HTMLPieChartObject 1.4.0.3 ReportHtml Function Get-HTMLPowerShellSyntax 1.4.0.3 ReportHtml Function Get-HTMLReportHelp 1.4.0.3 ReportHtml Function Get-HTMLSpan 1.4.0.3 ReportHtml Function Get-HTMLTabContentClose 1.4.0.3 ReportHtml Function Get-HTMLTabContentOpen 1.4.0.3 ReportHtml Function Get-HTMLTabHeader 1.4.0.3 ReportHtml Function Get-Parameters 1.4.0.3 ReportHtml Function grc 1.4.0.3 ReportHtml Function New-HTMLReportOptions 1.4.0.3 ReportHtml Function Save-HTMLReport 1.4.0.3 ReportHtml Function Save-HTMLToBlobStorage 1.4.0.3 ReportHtml Function Send-HTMLReport 1.4.0.3 ReportHtml Function Set-TableRowColor 1.4.0.3 ReportHtml DEBUG: 46+ >>>> $rpt = @() DEBUG: ! SET $rpt = ''. DEBUG: 54+ >>>> $TimeStamp = Get-Date -DisplayHint datetime DEBUG: ! SET $TimeStamp = '07/19/2017 11:26:15'. DEBUG: 55+ >>>> $ServerName = $env:computername DEBUG: ! SET $ServerName = 'DVSECWS01'. DEBUG: 546+ >>>> $Rpt = @() DEBUG: ! SET $Rpt = ''. DEBUG: 547+ >>>> $Rpt += get-htmlopenpage -ColorSchemePath c:\workbook DEBUG: 452+ >>>> { DEBUG: ! CALL function 'Get-HTMLOpenPage' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 502+ if( >>>> $PSCmdlet.ParameterSetName -eq 'options') DEBUG: 511+ if( >>>> [String]::IsNullOrEmpty($RightLogoString) -eq $false -or [String]::IsNullOrEmpty($LeftLogoString) -eq $false) DEBUG: 523+ if( >>>> !([String]::IsNullOrEmpty($LogoPath))){ DEBUG: 529+ >>>> $Options=New-HTMLReportOptions -LogoSources $LogoSources -CSSName $CSSName ` DEBUG: 20+ >>>> { DEBUG: ! CALL function 'New-HTMLReportOptions' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 59+ if( >>>> $LogoSources -eq $null) DEBUG: 61+ >>>> $LogoSources = get-htmllogos -Logopath $LogoPath DEBUG: 123+ >>>> { DEBUG: ! CALL function 'Get-HTMLLogos' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 136+ if( >>>> [String]::IsNullOrEmpty($LogoPath)) DEBUG: 138+ if( >>>> [string]::IsNullOrEmpty($PSScriptRoot)) DEBUG: 144+ >>>> $LogoPath = $PSScriptRoot DEBUG: ! SET $LogoPath = 'C:\Program Files\WindowsPowerShell\Modules\ReportHtm...'. DEBUG: 149+ >>>> $LogoSources = @{} DEBUG: ! SET $LogoSources = 'System.Collections.Hashtable'. DEBUG: 150+ >>>> $ImageFiles = Get-ChildItem -Path (join-path $LogoPath '\*') -Include *.jpg,*.png,*.bmp DEBUG: ! SET $ImageFiles = 'C:\Program Files\WindowsPowerShell\Modules\ReportH...'. DEBUG: 151+ foreach ($ImageFile in >>>> $ImageFiles) DEBUG: ! SET $foreach = 'IEnumerator'. DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $ImageFile = 'C:\Program Files\WindowsPowerShell\Modules\ReportHt...'. DEBUG: 153+ >>>> Write-Verbose "Importing base64 for $($ImageFile.Name) from $ScriptPath" DEBUG: 153+ Write-Verbose "Importing base64 for $( >>>> $ImageFile.Name) from $ScriptPath" DEBUG: 154+ >>>> $LogoSources.Add($ImageFile.BaseName,'data:image/jpeg;base64,' + [Convert]::ToBase64String((Get-Content $ImageFile.FullName -Encoding Byte))) DEBUG: 151+ foreach ( >>>> $ImageFile in $ImageFiles) DEBUG: ! SET $foreach = ''. DEBUG: 156+ >>>> Write-Output $LogoSources DEBUG: 158+ >>>> } DEBUG: ! SET $LogoSources = 'System.Collections.Hashtable'. DEBUG: 64+ if( >>>> $ColorSchemes -eq $null) DEBUG: 66+ >>>> $ColorSchemes=Get-HTMLColorSchemes -SchemePath $ColorSchemePath DEBUG: 241+ >>>> { DEBUG: ! CALL function 'Get-HTMLColorSchemes' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 248+ if( >>>> [String]::IsNullOrEmpty($SchemePath)) DEBUG: 259+ >>>> $Schemes=@{} DEBUG: ! SET $Schemes = 'System.Collections.Hashtable'. DEBUG: 260+ >>>> Write-Verbose "Retrieving *.rcs from $SchemePath" DEBUG: 261+ >>>> $SchemeFiles = @(get-childitem $SchemePath -Filter '*.rcs' ) DEBUG: 261+ $SchemeFiles = @( >>>> get-childitem $SchemePath -Filter '*.rcs' ) DEBUG: ! SET $SchemeFiles = ''. DEBUG: 262+ foreach ($SchemeFile in >>>> $SchemeFiles) DEBUG: ! SET $foreach = 'IEnumerator'. DEBUG: 262+ foreach ( >>>> $SchemeFile in $SchemeFiles) DEBUG: ! SET $foreach = ''. DEBUG: 267+ >>>> $Schemes.add('Generated1',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '2'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '157'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '165'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '149'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(222,157,59,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(47,160,6,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,159,146,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(181,163,132,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(247,158,180,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(222,161,147,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(78,164,104,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(31,162,90,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(30,151,11,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(75,149,37,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(124,154,20,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(229,164,144,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(120,163,51,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(122,153,206,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,151,42,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(202,158,203,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(67,154,226,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(15,151,39,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(33,158,92,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(35,164,3,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(221,160,16,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(126,153,120,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(146,149,51,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(154,152,38,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(100,152,59,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(241,160,13,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(163,149,204,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(247,150,13,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(24,160,2,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(216,158,226,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(77,159,111,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(215,152,246,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(118,161,33,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(63,152,119,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(225,151,160,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,163,125,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(67,164,70,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(207,160,146,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(227,154,81,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(11,150,187,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(76,153,23,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,157,162,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(60,163,195,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(54,155,236,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(32,152,84,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,162,109,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(56,156,88,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,153,185,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(155,151,245,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,149,128,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(91,150,185,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(152,161,228,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(245,151,13,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(79,161,66,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(245,157,151,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,163,187,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,149,197,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(198,151,27,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,164,188,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(70,164,116,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(231,151,111,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(53,150,71,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(40,164,58,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(78,155,80,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(184,150,123,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(176,150,78,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(38,149,132,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(43,161,230,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(201,151,43,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,157,56,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(212,157,109,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(76,149,193,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(167,159,174,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(217,160,151,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(155,159,210,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(10,157,81,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,152,142,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,154,222,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(37,154,88,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 430+ 2 { >>>> $base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,149,222,'. DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 268+ >>>> $Schemes.add('Generated2',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '1'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '136'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '144'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '128'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,45,176,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,21,125,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,14,18,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,75,6,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,209,194,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,168,19,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,220,93,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,84,238,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,55,184,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,165,93,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,103,224,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,7,190,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,129,55,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,31,223,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,50,82,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,44,44,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,236,66,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,61,164,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,77,116,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,23,130,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(142,201,6,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,3,71,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,80,99,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,238,93,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,66,52,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,121,139,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,235,15,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,250,11,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,225,225,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,171,122,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,137,225,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,100,8,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,145,109,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(139,32,21,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,20,212,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,153,236,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(133,167,144,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,101,225,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,200,146,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,185,237,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,81,57,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,228,89,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,208,25,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,50,123,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,181,180,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,112,246,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(134,36,160,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,4,188,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,157,165,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,181,27,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,237,78,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(130,111,252,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(137,174,91,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,100,88,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,120,190,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,243,231,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,191,111,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,167,67,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,129,198,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,105,231,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(132,134,185,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,68,136,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,88,6,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,251,227,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,84,60,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,210,28,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,191,108,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(142,161,199,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,199,17,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,107,226,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(141,188,105,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(129,133,248,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(128,36,197,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(136,32,1,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(135,234,106,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,87,125,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(140,66,168,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(138,147,52,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '78'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(131,92,241,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '79'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(143,4,38,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '80'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: 443+ >>>> Write-Output $ColorScheme DEBUG: 444+ >>>> } DEBUG: 269+ >>>> $Schemes.add('Generated3',(GenerateRandomColorScheme -NumberOfSchemes 80)) DEBUG: 400+ >>>> { DEBUG: ! CALL function 'GenerateRandomColorScheme' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 413+ >>>> $Hover = '0.3)' DEBUG: ! SET $Hover = '0.3)'. DEBUG: 414+ >>>> $color = '0.6)' DEBUG: ! SET $color = '0.6)'. DEBUG: 415+ >>>> $border = '1)' DEBUG: ! SET $border = '1)'. DEBUG: 416+ >>>> $background = '0.7)' DEBUG: ! SET $background = '0.7)'. DEBUG: 417+ >>>> $ColorSwing = 8 DEBUG: ! SET $ColorSwing = '8'. DEBUG: 419+ >>>> $ColorReference = Get-Random -Minimum 1 -Maximum 3 DEBUG: ! SET $ColorReference = '1'. DEBUG: 420+ >>>> $BaseColor = (Get-Random -Maximum (200 - $ColorSwing) -Minimum (50 + $ColorSwing)) DEBUG: ! SET $BaseColor = '92'. DEBUG: 421+ >>>> $BCMax = $BaseColor + $ColorSwing DEBUG: ! SET $BCMax = '100'. DEBUG: 422+ >>>> $BCMin = $BaseColor - $ColorSwing DEBUG: ! SET $BCMin = '84'. DEBUG: 424+ >>>> $ColorScheme = @() DEBUG: ! SET $ColorScheme = ''. DEBUG: 425+ >>>> $i = 0 DEBUG: ! SET $i = '0'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,142,228,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ''. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '1'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,34,63,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '2'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,103,122,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '3'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(89,147,178,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '4'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(98,73,82,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '5'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(96,94,193,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '6'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,161,185,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '7'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(96,97,171,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '8'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(89,129,175,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '9'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,83,70,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '10'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(98,83,143,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '11'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(98,177,90,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '12'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,240,179,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '13'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(95,202,133,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '14'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,236,33,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '15'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(84,211,141,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '16'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(85,135,174,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '17'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(87,32,96,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '18'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,53,177,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '19'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,80,114,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '20'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,58,73,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '21'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,242,75,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '22'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(98,196,82,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '23'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,135,148,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '24'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(91,151,104,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '25'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,207,221,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '26'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,114,21,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '27'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(98,95,45,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '28'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,62,101,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '29'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(86,142,98,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '30'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(95,147,135,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '31'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(86,155,203,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '32'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,185,208,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '33'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(95,91,253,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '34'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(88,146,206,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '35'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(87,221,60,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '36'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,107,84,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '37'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,19,201,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '38'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,30,0,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '39'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(98,181,86,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '40'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,250,131,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '41'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,249,76,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '42'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(84,218,117,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '43'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,242,137,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '44'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(91,59,54,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '45'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(84,149,167,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '46'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(89,66,134,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '47'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,100,82,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '48'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(91,227,13,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '49'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,215,14,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' '. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '50'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(87,121,179,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '51'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,40,187,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '52'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,157,193,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '53'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(93,28,114,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '54'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,235,164,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '55'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,37,109,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '56'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(94,36,171,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '57'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(95,49,205,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '58'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(96,243,116,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '59'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(84,19,28,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '60'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,50,65,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '61'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,228,148,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '62'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,146,182,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '63'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,184,25,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '64'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,206,214,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '65'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(86,34,176,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '66'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,245,59,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '67'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(85,160,243,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '68'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(89,73,95,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '69'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(99,6,5,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '70'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,68,99,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '71'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,152,80,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '72'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(92,53,174,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '73'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(97,220,245,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '74'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(96,20,188,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '75'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(84,87,145,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '76'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(90,64,53,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border DEBUG: ! SET $Scheme = '@{Colour=; Background=; Hover=; Border=}'. DEBUG: 435+ >>>> $Scheme.Background = $base + $background DEBUG: 436+ >>>> $Scheme.Border = $base + $border DEBUG: 437+ >>>> $Scheme.Colour = $base + $color DEBUG: 438+ >>>> $Scheme.Hover = $base + $Hover DEBUG: 439+ >>>> $ColorScheme += $Scheme DEBUG: ! SET $ColorScheme = ' ...'. DEBUG: 440+ >>>> $i++ DEBUG: ! SET $i = '77'. DEBUG: 426+ while ( >>>> $i -ne $NumberOfSchemes ) { DEBUG: ! SET $switch = 'IEnumerator'. DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: 429+ >>>> 1 {$base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 429+ 1 { >>>> $base = 'rgba('+ (grc -min $BCMin -max $BCMax) + (grc) + (grc) } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: 387+ >>>> { DEBUG: ! CALL function 'grc' (defined in file 'C:\Program Files\WindowsPowerShell\Modules\ReportHtml\1.4.0.3\ReportHTML.psm1') DEBUG: 396+ >>>> Write-Output ([string](Get-Random -Maximum $max -Minimum $Min) + ',' ) DEBUG: 397+ >>>> } DEBUG: ! SET $base = 'rgba(89,49,198,'. DEBUG: 430+ >>>> 2 {$base = 'rgba('+ (grc) + (grc -min $BCMin -max $BCMax) + (grc) } DEBUG: 431+ >>>> 3 {$base = 'rgba('+ (grc) + (grc) + (grc -min $BCMin -max $BCMax) } DEBUG: 427+ switch ( >>>> $ColorReference) DEBUG: ! SET $switch = ''. DEBUG: 434+ >>>> $Scheme = '' | select Colour,Background, Hover ,Border PS H:\> winver DEBUG: 1+ >>>> winver DEBUG: ! CALL function '' PS H:\>