Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
Classes | Typedefs | Functions | Variables
selectcolors.pkg File Reference

Scol select 2d graphic colors API. More...

Classes

struct  L2D_Colors
 

Typedefs

typedef struct mkL2D_Colors L2D_Colors
 

Functions

 l2d_cbslide (o, u, v)
 
 l2d_colorsCbBlueChange (o, sC, b)
 
 l2d_colorsCbCheck (o, sC, state)
 
 l2d_colorsCbGreenChange (o, sC, g)
 
 l2d_colorsCbMapClick (o, sC, x, y, btn, mask)
 
 l2d_colorsCbRedChange (o, sC, r)
 
 l2d_colorsCbSaturationChange (o, sC, s)
 
 l2d_colorsCbValueChange (o, sC, v)
 
 l2d_colorsCompResult (sC)
 
 l2d_colorsDestroy ()
 
 l2d_colorsGetBgColor ()
 Returns the foreground color. More...
 
 l2d_colorsGetCheckFile ()
 Returns the check resource file. More...
 
 l2d_colorsGetCursorFile ()
 Returns the cursor file. More...
 
 l2d_colorsGetFoColor ()
 Returns the background color. More...
 
 l2d_colorsGetFont ()
 Returns the current font text. More...
 
 l2d_colorsGetMapFile ()
 Returns the colors map file. More...
 
 l2d_colorsGetStFromId (id)
 
 l2d_colorsInit ()
 
 L2D_COLORSISHSV ()
 
 L2D_COLORSISRGB ()
 
 l2d_colorsMakeAResult (sC, c)
 
 l2d_colorsnew (sC, oMother, oCont, tPos, iIsInside, szTitle, cbFun)
 
 l2d_colorsNew (chn, oMother, oCont, tPos, iIsInside, szTitle, cbFun)
 Create a colors map graphical user interface. More...
 
 l2d_colorsSetBgColor (iBgColor, iC)
 Set the background color. The interface will be immediately repaint, if any. More...
 
 l2d_colorsSetCbCancel (cbfun)
 Set the cancelling callback. More...
 
 l2d_colorsSetCheckFile (szFile)
 Set the check resource file. More...
 
 l2d_colorsSetCursorFile (szFile)
 Set the cursor file. More...
 
 l2d_colorsSetFoColor (iFoColor)
 Set the foreground color. More...
 
 l2d_colorsSetFont (oFont)
 Set the font text. More...
 
 l2d_colorsSetMapFile (szFile)
 Set the colors map file. More...
 

Variables

typeof L2d_colors =[L2D_Colors r1]
 
var L2D_COLORSBGCOLOR =0xffffff
 
typeof L2d_colorsCbCancelUser =fun [] I
 
var L2D_COLORSCHECKFILE ="lib/2d/rscs/checkcolor.png"
 
var L2D_COLORSCURSORFILE ="lib/2d/rscs/cross.png"
 
var L2D_COLORSFOCOLOR =0
 
typeof L2d_colorsFontUser =ObjFont
 
var L2D_COLORSLIDEFILE ="lib/2d/rscs/colorsSlide.png"
 
var L2D_COLORSMAPFILE ="lib/2d/rscs/colors.png"
 

Detailed Description

Scol select 2d graphic colors API.

Author
Scol team
Version
0.1