Colors

class Colors

Public Functions

Colors()

Public Static Functions

static void colorizeAssembly(RichTextPainter::List &list, QString opcode, ut64 type_num)
static QString getColor(ut64 type)
static QColor overlayColor(const QColor &base, const QColor &overlay)

Blends an overlay color onto an existing base color.

Parameters:
  • base – The original color (assumes base color is solid)

  • overlay – The overlay color with alpha transparency

Returns:

The resulting blended color