_ZN6QColor10invalidateEv

Name

QColor::invalidate -- mark the color as invalid

Synopsis

#include <QtGui/qcolor.h>

void QColor::invalidate (void);

Description

The QColor::invalidate() function shall mark the color as invalid and set. all components to zero. Alpha channel should be set to fully opaque (for compatibility with Qt3).

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.