![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static bool | CreateHeatmapImageFromData (string imagePath, notnull array< int > imageData, int colourMode=COLOUR_MODE_GREYSCALE, bool invertColour=false, int maxValueMode=MAX_MODE_RAW, bool highlightValuesAboveMax=false, int resolutionFactor=1) |
| static string | GetResolutionFactorEnum (array< int > multipliers=null) |
Static Protected Attributes | |
| static const int | MIN_GRADIENT_RGB = 8 |
Definition at line 1 of file SCR_HeatmapHelper.c.
|
inlinestaticprotected |
| [in] | imagePath | |
| [in] | imageData | array values in range -0..maxToUse+ - resolution is deduced from this value (image is expected to be square) |
| [in] | colourMode | |
| [in] | maxValueMode | |
| [in] | highlightValuesAboveMax | |
| [in] | resolutionFactor |
Definition at line 26 of file SCR_HeatmapHelper.c.
|
inlinestaticprotected |
| [in] | multipliers | default { 1, 2, 4, 8 } |
Definition at line 300 of file SCR_HeatmapHelper.c.
|
staticprotected |
Definition at line 14 of file SCR_HeatmapHelper.c.