Color
Colors can be represented using a hexadecimal number. These numbers are exactly the same as those used for HTML colors, except # is replaced with $.
| HTML Blue | PlayBasic Blue |
|---|---|
| #0000FF | $0000FF |
Drawing Color
The color of the output of all text functions and some primitive functions is changed by setting the Ink color.
Related Pages
Reference
Color Functions
- ARGB
- RGB
- Rgb15toRgb24
- Rgb16toRgb24
- Rgb24toRgb15
- Rgb24toRgb16
- RGBA
- RgbAlphaAdd
- RgbAlphaAnd
- RGBAlphaBlend
- RgbAlphaMult
- RgbAlphaOr
- RgbAlphaSub
- RgbAlphaXOr
- RGBB
- RGBFade
- RGBG
- RGBGreyScale
- RGBR
- RndRGB
| Categories: Color : Graphics |