Searched defs:cyan (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasStyle.h94 CMYKAValues(float cyan, float magenta, float yellow, float black, float alpha) : c(cyan), m(magenta), y(yellow), k(black), a(alpha) { } argument
/external/lldb/examples/python/
H A Dgdbremote.py152 def cyan(self, fg = True): member in class:TerminalColors
153 '''Set the foreground or background color to cyan.

Completed in 102 milliseconds