# GraffitiColors
Module
## Members
- [Named](/named.md)
- [Material](/material.md)
- [Bootstrap](/bootstrap)
- [Palettes](/palettes.md)
- [SystemAware](/systemaware.md)
- [MacOS](/macos.md)
- [Windows](/windows)
- [iOS](/ios.md)
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### iOS
| 32-Bit | 64-Bit |
| :---: | :---: |
| False | True |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Blend | background as Color <br> foreground as Color | Color | |
| Brighten | c as Color <br> DeltaPercent as Integer | Color | |
| Complement | c as Color | Color | |
| ComplementReadable | c as Color | Color | |
| Darken | c as Color <br> DeltaPercent as Double | Color | |
| DarkerColor | color1 as Color <br> color2 as Color | Color | |
| Desaturate | c as Color <br> DeltaPercent as Double | Color | |
| FromHex | hexValue as String | Color | |
| FromRGBAString | rgbValue as String | Color | |
| GetBrightness | c as Color | Double | |
| GetContrast | color1 as Color <br> color2 as Color | Double | |
| GetDistance | color1 as Color <br> color2 as Color | Double | |
| GetLuminance | c as Color | Double | |
| Hue | c as Color <br> DeltaPercent as Double | Color | |
| Invert | c as Color | Color | |
| IsDark | c as Color | Boolean | |
| IsLight | c as Color | Boolean | |
| IsReadableLarge | color1 as Color <br> color2 as Color | Boolean | |
| IsReadableMedium | color1 as Color <br> color2 as Color | Boolean | |
| IsReadableSmall | color1 as Color <br> color2 as Color | Boolean | |
| Lighten | c as Color <br> DeltaPercent as Double | Color | |
| LighterColor | color1 as Color <br> color2 as Color | Color | |
| Mix | color1 as Color <br> color2 as Color <br> DeltaPercent as Double | Color | |
| Monochromatic | c as Color | Color | |
| MostReadable | c as Color <br> compare() as Color | Color | |
| MostReadable | c as Color <br> ParamArray compare as Color | Color | |
| NamedClosest | c as Color | Dictionary | |
| RandomColor | randomizeAlphaChannel as Boolean = False | Color | |
| Saturate | c as Color <br> DeltaPercent as Double | Color | |
| SetAlphaChannel | c as Color <br> value as Integer | Color | |
| toHex | c as Color | String | |
| toHex8 | c as Color | String | |
| toRGBAStringWeb | c as Color | String | |
| toRGBAStringXojo | c as Color | String | |
| toRGBString | c as Color | String | |