| 
        
            | Functions |  |  
        |  |  
            |  | average |  
        | 
average (
        rgb1,
        rgb2,
        fraction,
        )
 |  
            |  | bhi2saturation |  
        | 
bhi2saturation (
        brightness,
        hue,
        intensity,
        )
 |  
            |  | bordercolors |  
        | 
bordercolors ( root,  colorName )
 |  
            |  | changebrightness |  
        | 
changebrightness (
        root,
        colorName,
        brightness,
        )
 |  
            |  | changecolor |  
        | 
changecolor (
        widget,
        background=None,
        **kw,
        )
 |  
            |  | correct |  
        | 
correct ( rgb,  correction )
 |  
            |  | getdefaultpalette |  
        | 
getdefaultpalette ( root )
 |  
            |  | hsi2rgb |  
        | 
hsi2rgb (
        hue,
        saturation,
        intensity,
        )
 |  
            |  | hue2name |  
        | 
hue2name ( hue,  brightness=None )
 |  
            |  | name2rgb |  
        | 
name2rgb (
        root,
        colorName,
        asInt=0,
        )
 |  
            |  | rgb2brightness |  
        | 
rgb2brightness ( rgb )
 |  
            |  | rgb2hsi |  
        | 
rgb2hsi ( rgb )
 |  
            |  | rgb2name |  
        | 
rgb2name ( rgb )
 |  
            |  | setscheme |  
        | 
setscheme (
        root,
        background=None,
        **kw,
        )
 |  
            |  | spectrum |  
        | 
spectrum (
        numColors,
        correction=1.0,
        saturation=1.0,
        intensity=1.0,
        extraOrange=1,
        returnHues=0,
        )
 |  |