Skip to content

heat map#38

Open
yoavs8 wants to merge 13 commits intomasterfrom
scouting/feat/heat-map
Open

heat map#38
yoavs8 wants to merge 13 commits intomasterfrom
scouting/feat/heat-map

Conversation

@yoavs8
Copy link
Contributor

@yoavs8 yoavs8 commented Feb 4, 2026

image

crazy vro👽👽👽👽

const clamped = Math.min(NORMALIZED_MAX, Math.max(NORMALIZED_MIN, value));
for (const [index, start] of COLOR_RAMP.slice(COLOR_RAMP_OFFSET, -RAMP_LAST_OFFSET).entries()) {
const end = COLOR_RAMP[index + RAMP_INDEX_STEP];
if (clamped >= start.stop && clamped <= end.stop) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

invert

yoavs8 added 2 commits February 4, 2026 20:03
@YoniKiriaty YoniKiriaty added the feature A new Feature! label Feb 4, 2026
@gerb82
Copy link

gerb82 commented Feb 4, 2026

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new Feature!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants