Since Get-Gradient is called from the prompt function, it gets very noisy when $VerbosePreference is enabled.
When a user that isn't debugging Pansies enables VerbosePreference, they likely aren't interested in the pansies
Write-Verbose "Size: $('{0:N2}' -f $Size) ($Width x $Height) ($($Colors.Length) x $($Colors[0].Length))"
Write-Verbose "Diff: {$StepSize}"
Write-Verbose "From: {$Left} $($StartColor.Ordinals)"
Write-Verbose "To: {$Right} $($EndColor.Ordinals)"
```.
How about using some setting in the module to hide/enable this output?
Since Get-Gradient is called from the prompt function, it gets very noisy when $VerbosePreference is enabled.
When a user that isn't debugging Pansies enables VerbosePreference, they likely aren't interested in the pansies