Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
ColorUtils Class Reference
Inheritance diagram for ColorUtils:

Public Member Functions

 ColorUtils (QObject *parent=0)
 

Static Public Member Functions

static QColor fromColorT (const color_t *color)
 
static QColor fromColorT (color_t color)
 
static const color_t toColorT (const QColor color)
 
static QRgb alphaBlend (const QColor &color1, const QColor &color2, qreal alpha)
 
static QRgb alphaBlend (const QBrush &brush1, const QBrush &brush2, qreal alpha)
 
static const QList< QRgb > graphColors ()
 
static QRgb graphColor (int item)
 
static QRgb sequenceColor (int item)
 

Static Public Attributes

static const QColor expert_color_comment = QColor ( 0xb7, 0xf7, 0x74 )
 
static const QColor expert_color_chat = QColor ( 0x80, 0xb7, 0xf7 )
 
static const QColor expert_color_note = QColor ( 0xa0, 0xff, 0xff )
 
static const QColor expert_color_warn = QColor ( 0xf7, 0xf2, 0x53 )
 
static const QColor expert_color_error = QColor ( 0xff, 0x5c, 0x5c )
 
static const QColor expert_color_foreground = QColor ( 0x00, 0x00, 0x00 )
 
static const QColor hidden_proto_item = QColor ( 0x44, 0x44, 0x44 )
 

The documentation for this class was generated from the following files: