Commit History

Author SHA1 Message Date
  Mr.doob c66c419832 Simplified .clone()s. 10 years ago
  dubejf cd7d46cd67 Handling of color with alpha 10 years ago
  gero3 923256459e fixed files to codestyle 10 years ago
  dubejf 559737eddd Color3: CSS colors parsing for rgba, hsl, hsla 10 years ago
  dubejf d70c576811 WebGLMultipleRenderers: Use Geometry 10 years ago
  Gregg Tavares a1d3430b22 mod hue and clamp saturation and lightness 10 years ago
  Wandalen cacd2e3126 Color/Euler: fix 'toArray' broken expected behavior #3 10 years ago
  Wandalen f8579eb078 Color/Euler: fix 'toArray' broken expected behavior #2 10 years ago
  Wandalen a53d5d2025 Color/Euler: 'toArray' expected behavior fix 10 years ago
  Mr.doob c0478beba3 Merge branch 'gammaFactor' of https://github.com/bhouston/three.js into dev 10 years ago
  Ben Houston 1c24e4d1ad allowing for adjustable gamma factor in WebGLRenderer. 10 years ago
  Joshua Koo aafd29c50a Code transforming mrdoob style second attempt See #4806 11 years ago
  Mr.doob 7e21e0b652 Changed Color constructor RGB support implementation. 11 years ago
  Andrew Ray 98be2a8fe4 Adding additional color constructor: Color( r, g, b ) 11 years ago
  Ryan Alexander 4e36b7b64c Add optionalTarget argument to Color#getHSL() 11 years ago
  Ryan Alexander 18c0ff014e Return a new hsl object for every call to Color#getHSL() 11 years ago
  Nate Williford 40be5eb13f Updated regex to allow spaces in rgb style. 12 years ago
  Mr.doob f7a5174e28 Added fromArray() and toArray() to Color. 12 years ago
  Mr.doob 0248628613 Deprecated setClearColorHex(). 12 years ago
  Mr.doob cc57273cf4 Reverting to Object.prototype = { pattern. Only using it on the methods that really need it. 12 years ago
  Mr.doob 818d7a0d4e Removed Color.setHSV. 12 years ago
  Ben Houston 49fe06f657 add Color.equals. 12 years ago
  Mr.doob 9e2f76bbe8 Yet some more adjustHSV removal. 12 years ago
  Mr.doob 1c4009dc12 Added temporal setHSV to Color (converts to HSL). 12 years ago
  Mr.doob 40ba1e83b2 Removed Color.getHSV, Color.setHSV and ColorUtils.adjustHSV. Added Color.offsetHSL. Updated some examples... 12 years ago
  Mr.doob 7bb329b9e7 Simplified setHSL and getHSL. 12 years ago
  Pavan Kumar Sunkara 9562459089 Added tests for setHSL() and getHSL() 12 years ago
  Pavan Kumar Sunkara 6d29ba2be0 Added setHSL() and getHSL() to THREE.Color 12 years ago
  Mr.doob f60212b5b0 Removed re-asigning of constructors. 12 years ago
  Ben Houston e2df06e005 fix three missed conversions to closures. switch to extending math prototypes rather than replacing them. This is to ensure that types created in closures within a type's prototype definition get their prototype updated with the full definition. 12 years ago