From 824d9e9bcad4c912ebaa28d5ae6b358672b5ea74 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 27 Nov 2017 23:20:13 +0100 Subject: [PATCH] Document predefined colors. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d998e84e..ac24fb44 100644 --- a/README.md +++ b/README.md @@ -125,3 +125,5 @@ While the data collection is very lightweight, it is not completely free. Each r ![](doc/cost.png) Lua instrumentation needs to perform additional work (including memory allocation) to store source location. This approximately doubles the data collection cost. + +You may use named colors predefined in `common/TracyColor.hpp` (included by `Tracy.hpp`). Visual reference: [wikipedia](https://en.wikipedia.org/wiki/X11_color_names).