Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
Functions
colors.pkg File Reference

Scol 2d colors API. More...

Functions

 l2d_colors2RGB (iColor)
 
 l2d_colors_cmyk2rvb (cyan, magenta, yellow, key, space)
 
 l2d_colors_hex2int (red, green, blue)
 
 l2d_colors_hsl2rgb (hue, saturation, lightness)
 
 l2d_colors_hsv2rgb (hue, saturation, value)
 
 l2d_colors_hue2rgb (m1, m2, h)
 
 l2d_colors_rgb2cmyk (red, green, blue)
 
 l2d_colors_rgb2hex (red, green, blue)
 
 l2d_colors_rgb2hsl (red, green, blue)
 
 l2d_colors_rgb2hsv (red, green, blue)
 
 l2d_colors_rgb2ncs (red, green, blue)
 
 l2d_colorsComplementaryFromHSV (H, S, V)
 
 l2d_colorsComplementaryFromRGB (r, g, b)
 
 l2d_colorsConvertCMYK2RGB (iCyan, iMagenta, iYellow, iKey, iSpace)
 
 l2d_colorsConvertHEX2INT (szRed, szGreen, szBlue)
 
 l2d_colorsConvertHSL2RGB (iHue, iSaturation, iLightness)
 
 l2d_colorsConvertHSV2RGB (iHue, iSaturation, iValue)
 
 l2d_colorsConvertINT2HEX (iRed, iGreen, iBlue)
 
 l2d_colorsConvertRGB2CMYK (iRed, iGreen, iBlue)
 
 l2d_colorsConvertRGB2HSL (iRed, iGreen, iBlue)
 
 l2d_colorsConvertRGB2HSV (iRed, iGreen, iValue)
 
 l2d_colorscss (name)
 
 l2d_colorsFromCssByName (szName)
 
 l2d_colorsGetComplFromHSV (iHue, iSaturation, iValue)
 
 l2d_colorsGetComplFromRGB (iRed, iGreen, iBlue)
 
 l2d_colorsGrayAverage (iRed, iGreen, iBlue)
 
 l2d_colorsGrayCustom (iRed, iGreen, iBlue, iFlag)
 
 l2d_colorsGrayDecomposition (iRed, iGreen, iBlue, iFlag)
 
 l2d_colorsGrayDesaturation (iRed, iGreen, iBlue)
 
 l2d_colorsGrayHumanA (iRed, iGreen, iBlue)
 
 l2d_colorsGrayHumanB (iRed, iGreen, iBlue)
 
 l2d_colorsGrayHumanC (iRed, iGreen, iBlue)
 
 l2d_colorsgrayscaleFive (r, g, b, f)
 
 l2d_colorsgrayscaleFour (r, g, b, f)
 
 l2d_colorsgrayscaleOne (r, g, b)
 
 l2d_colorsgrayscaleSix (r, g, b, s)
 
 l2d_colorsgrayscaleThree (r, g, b)
 
 l2d_colorsgrayscaleTwoA (r, g, b)
 
 l2d_colorsgrayscaleTwoB (r, g, b)
 
 l2d_colorsgrayscaleTwoC (r, g, b)
 
 l2d_colorsGraySingleChannel (iRed, iGreen, iBlue, iFlag)
 
 l2d_colorsrgb (r, g, b)
 
 l2d_colorsrgb2c (c)
 
 l2d_colorsRGB2C (iRed, iGreen, iBlue)
 

Detailed Description

Scol 2d colors API.

Author
Scol team
Version
0.1

Dependancies :