Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Awesome, thank you. I clarified the issue regarding the hue rotation in the comments of my question above. I have to ask though, what matrix libraries for PowerShell are you referring to, and what would it look like if I used them?
    – Maybe
    Commented Aug 15, 2023 at 22:28
  • 1
    Glad it helped. Re matrix libraries, I'm sure there's some out there but I made a conscious decision to not even look :-). There's also various matrix classes in the base class library for dotnet that might be suitable, but it was just easier to hand-crank the calculations for a standalone, one-off function rather than take additional dependencies...
    – mclayton
    Commented Aug 15, 2023 at 22:34