Jump to content

Search the Community

Showing results for tags 'rgb'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 2 results

  1. Luke Ottey

    HSL to RGB

    Would anybody happen to know the algorithm used to convert HSL color space to RGB color space as was done in the 'Color HSL' section of 'Color Tutorial'? The link to this is: https://www.w3schools.com/colors/colors_hsl.asp
  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...