Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for drawing the spectrum as filled (including max hold) or with a gradient using the colour map. The colour map is now also applied to 2D waterfall.
Note, I've added a combo to select between Line / Fill / Gradient. However, you might want to change this logic so that it switches between Line / Fill / Gradient / Phosphor effect - as the phosphor effect doesn't work well with the filled spectrum. Icons might be nicer/more compact than words too - you do a better job of making those!
Any idea why the m_waterfallPalette is only 240 entries? I haven't tried to expand that - but all of the Color Maps I've added are 256 entries - so it possibly could be.