Skip to content

Commit

Permalink
Remove unused code for color transition
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLuciano committed Jul 7, 2024
1 parent 477e8b0 commit 04a8441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/color.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default class Color {
)
this.chroma = cmax === 0 ? 0 : delta / cmax
this.light = cmax
this.transition = null
this.luminance = 0.2126 * sRGBVec[0] + 0.7152 * sRGBVec[1] + 0.0722 * sRGBVec[2]
}

Expand Down

0 comments on commit 04a8441

Please sign in to comment.