IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

CanvasImageData QML Type

Contains image pixel data in RGBA order.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

CanvasImageData QML Type

  • Import Statement: import QtQuick

  • Group: CanvasImageData is part of qtquick-canvas

Detailed Description

The CanvasImageData object holds the image pixel data.

The CanvasImageData object has the actual dimensions of the data stored in this object and holds the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.

See Also

Property Documentation

 

data : object

Holds the one-dimensional array containing the data in RGBA order, as integers in the range 0 to 255.

height : int

Holds the actual height dimension of the data in the ImageData object, in device pixels.

width : int

Holds the actual width dimension of the data in the ImageData object, in device pixels.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+