The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

QPixmap - Interface to the Qt QPixmap class

SYNOPSIS

use QPixmap;

Inherits QPaintDevice.

Requires QBitmap, QColor, QImage, and QWMatrix.

Member functions

new, defaultDepth, depth, detach, fill, height, imageFormat, isOptimized, isQBitmap, load, loadFromData, isGloballyOptimized, isNull, optimize, optimizeGlobally, rect, resize, save, size, trueMatrix, width, xForm

DESCRIPTION

Whatever has been interfaced is fully interfaced.

The loadFromData function does not take a 'len' argument. All the other arguments are normal and in the original order.

EXPORTED

The %ColorMode hash is exported into the user's namespace. The elements of %ColorMode contain all the constants in QPainter, which come from the QPainter::ColorMode enum.

SEE ALSO

QPixmap(3qt)

AUTHOR

Ashley Winters <jql@accessone.com>