OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ramp6
(Results
1 - 1
of
1
) sorted by null
/external/libvterm/src/
pen.c
27
static int
ramp6
[] = {
variable
53
col->blue =
ramp6
[index % 6];
54
col->green =
ramp6
[index/6 % 6];
55
col->red =
ramp6
[index/6/6 % 6];
Completed in 6541 milliseconds