Jump to content

nanobot

Members
  • Posts

    2
  • Joined

  • Last visited

nanobot's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you! This I know to be true. But the Documentation says if I include the w3color.js file, which I did, it should work. Not even var str = "hwb(" + i + " , 50%, 50%)" ; works. I like the hwb concept - It's not a "Must" because the other way works.
  2. I really like the idea of hwb! I can't get it to work! This works... var str = "hsl(" + i + " , 50%, 50%)" ; ctx1.strokeStyle = str; This does not work. I get a this is not a function error from Google. var str = "hwb(" + i + " , 100%, 0%)" ; or //ctx1.strokeStyle = "rgb("+ hwbToRgb( i , 0, 0).r + " , " + hwbToRgb( i , 0, 0).g + ", " + hwbToRgb( i , 0, 0).b + ")"; See small attached code for working program of rotating cube. newminimumCp.html
×
×
  • Create New...