0

Can you use color codes when coding here?

Color code ex.: #000000 Can you use those?

14th Jan 2018, 9:51 PM
That Random Skyrim Fan
That Random Skyrim Fan - avatar
3 Respostas
+ 8
Web-based languages are usually known to be the ones that use hexadecimal color codes. However, they are not the only languages that use color-codes. Several languages, such as Python, C++, Java, etc. can use color codes. One of the scenarios that allow users to use them would be when certain APIs/modules/libraries are imported/included, like Python's Tkinter module, for example. When constructing GUIs (Graphical User Interfaces), you can specify several colors using the syntax imported with that module when declaring/defining, and graphing/packing/placing frames, labels, and buttons.
15th Jan 2018, 3:54 AM
Fox
Fox - avatar
- 1
In web development yes. Others only support text output
14th Jan 2018, 9:55 PM
Jacob Pembleton
Jacob Pembleton - avatar