Searched refs:_blue (Results 1 – 2 of 2) sorted by relevance
71 _blue = '34m' variable in AnsiFormatter87 self._escape(self._blue)120 _blue = FOREGROUND_BLUE | FOREGROUND_INTENSITY variable in WindowsConsoleFormatter156 self._attribute(self._blue)
66 ResultPoint(GLfloat _x, GLfloat _y, GLfloat _red, GLfloat _green, GLfloat _blue) in ResultPoint()67 : x(_x), y(_y), red(_red), green(_green), blue(_blue) in ResultPoint()