Where can I find a header file or a library with a large number of aliases for rgb colors?
1 answer
for example, in the x-server source code: https://cgit.freedesktop.org/xorg/xserver/plain/os/oscolor.c
|
for example, in the x-server source code: https://cgit.freedesktop.org/xorg/xserver/plain/os/oscolor.c
Source: https://ru.stackoverflow.com/questions/518305/
All Articles
const unsigned char red[] = {255, 0, 0}- dimitrius