promotional bannermobile promotional banner

LibPrism-1.0

Color manipulation library.

File Details

v1.0.2b

  • B
  • Nov 24, 2013
  • 7.95 KB
  • 293
  • 5.4.1
  • Retail

File Name

LibPrism-1.0-v1.0.2b.zip

Supported Versions

  • 5.4.1

tag v1.0.2b
f6bb84183c8f7d84ec00498db418216c5f9e811e
Aiue <aiue@aiue.se>
2013-11-24 14:23:58 +0100

Tagging as v1.0.2b

--------------------

Aiue:
    - Fix for :RGBtoHSV() with all three color values being identical to one another.
    - Added functions :Saturate(), :Desaturate(), :Lighten() and :Darken()
    - Made the previous fix actually work rather than breaking the function completely. (0/0 = -1.#IND = ALL the numbers\!)
    - A factor of 0/0 will now be defined as 0 within GetAngleGradient() rather than being neither validated nor redefined.
    - #@debug@ in .toc does more than advertised and also adds a space, apparently. Fix due to this.
    - Less zealous validation provides behaviour more closely matching definitions.
    - Minor versioning pokage.
    - Fixed a few errors that should've been caught by testing before even making it to alpha.
    - \'@project-timestamp@\' makes for a bad minor version.
    - Added validation to the conversion functions.
    - :GetAngleGradient() rewritten to only accept raw numbers rather than tables or strings. (Thanx Phanx)