Jump to content

nanobot

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by nanobot


  1. 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.



×
×
  • Create New...