Skip to content

Commit

Permalink
more comprehensive analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed May 11, 2024
1 parent a5d143b commit 42e2ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/ColorGame/components/Results/Results.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const TIPS = [
"To get a pastel color, make sure all three colors values are high",
"To get a neon color, make sure your accent color/s is high but low in the others",
"RGB color mixing works opposite of traditional print",
"Hex codes are split into 3 colors: R, G and B",
];

const convertPixelValueDiffToReadablePercent = (pixelValue) =>
Expand Down

0 comments on commit 42e2ba0

Please sign in to comment.