Helper class to interpolate colors. Nothing to see here, move along...
Interpolation
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.HeatMap.hqx.Interpolation
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| MixColours | 1 | This method can overflow between blue and red and from red to nothing when the sum of all weightings is higher than 255. |
03 Members
MixColours(
UInt32())This method can overflow between blue and red and from red to nothing when the sum of all weightings is higher than 255. It only works for weightings with a sum that Is a power of two, otherwise the blue value Is corrupted.
Parameters
| Name | Type | Description |
|---|---|---|
weightingsAndColours | UInt32() | weighting0, weighting1[, ...], colour0, colour1[, ...] |