X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftracepalette.cpp;h=e0497319224b9869e143febd4dd94c8cd433b83e;hp=762eafc3828f11bc322fa220a2cb26d848903729;hb=f6b6c9bf50999dc99f9517318ffd3114cae4960f;hpb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff diff --git a/pv/views/trace/tracepalette.cpp b/pv/views/trace/tracepalette.cpp index 762eafc3..e0497319 100644 --- a/pv/views/trace/tracepalette.cpp +++ b/pv/views/trace/tracepalette.cpp @@ -23,9 +23,9 @@ namespace pv { namespace views { namespace trace { -const QColor TracePalette::Colours[Cols * Rows] = { +const QColor TracePalette::Colors[Cols * Rows] = { - // Light Colours + // Light Colors QColor(0xFC, 0xE9, 0x4F), // Butter QColor(0xFC, 0xAF, 0x3E), // Orange QColor(0xE9, 0xB9, 0x6E), // Chocolate @@ -35,7 +35,7 @@ const QColor TracePalette::Colours[Cols * Rows] = { QColor(0xCF, 0x72, 0xC3), // Magenta QColor(0xEF, 0x29, 0x29), // Scarlet Red - // Mid Colours + // Mid Colors QColor(0xED, 0xD4, 0x00), // Butter QColor(0xF5, 0x79, 0x00), // Orange QColor(0xC1, 0x7D, 0x11), // Chocolate @@ -45,7 +45,7 @@ const QColor TracePalette::Colours[Cols * Rows] = { QColor(0xA3, 0x34, 0x96), // Magenta QColor(0xCC, 0x00, 0x00), // Scarlet Red - // Dark Colours + // Dark Colors QColor(0xC4, 0xA0, 0x00), // Butter QColor(0xCE, 0x5C, 0x00), // Orange QColor(0x8F, 0x59, 0x02), // Chocolate