Ticket #40 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Color.js: lighterColorWithLevel does nothing

Reported by: superfun@gmail.com Assigned to: somebody
Priority: normal Milestone:
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

Color.js, line 104: Math.min(hsl.l + level, 1);

should be: hsl.l = Math.min(hsl.l + level, 1);

Change History

01/19/06 12:46:02 changed by bob@redivi.com

  • status changed from new to closed.
  • resolution set to fixed.