OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_color_element
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/roff/troff/
input.cpp
1202
static unsigned int
get_color_element
(const char *scheme, const char *col)
function
1243
unsigned int r =
get_color_element
("rgb color", "red component");
1244
unsigned int g =
get_color_element
("rgb color", "green component");
1245
unsigned int b =
get_color_element
("rgb color", "blue component");
1272
unsigned int c =
get_color_element
("cmy color", "cyan component");
1273
unsigned int m =
get_color_element
("cmy color", "magenta component");
1274
unsigned int y =
get_color_element
("cmy color", "yellow component");
1301
unsigned int c =
get_color_element
("cmyk color", "cyan component");
1302
unsigned int m =
get_color_element
("cmyk color", "magenta component");
1303
unsigned int y =
get_color_element
("cmyk color", "yellow component")
[
all
...]
Completed in 39 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026