The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

QColor - Interface to the Qt QColor class

SYNOPSIS

use QColor;

Member functions

new, alloc, blue, dark, green, hsv, isDirty, isValid, light, pixel, red, rgb, setHsv, setNamedColor, setRgb

Static functions

cleanup, currentAllocContext, destroyAllocContext, enterAllocContext, initialize, lazyAlloc, leaveAllocContext, maxColors, numBitPlanes, setLazyAlloc

qBlue, qGray, qGreen, qRed, qRgb

DESCRIPTION

Every member of QColor, except the operators, has been interfaced through this class.

EXPORTED

The following QColor objects are exported into the user's namespace:

$color0 $color1 $black $white $darkGray $gray $lightGray $red $green $blue $cyan $magenta $yellow $darkRed $darkGreen $darkBlue $darkCyan $darkMagenta $darkYellow

The following functions are exported into the user's namespace:

&qBlue, &qGray, &qGreen, &qRed, &qRgb

SEE ALSO

QColor(3qt)

AUTHOR

Ashley Winters <jql@accessone.com>