ColorMesh QML Type

Display a colorized image from a 2D array. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ImageView

Properties

Detailed Description

Note: This graph item does not inherit from ShapePath, unlike other graph items.

See also Color mesh and Color mapped images.

Property Documentation

dataTransform : matrix4x4 [required]

Must be assigned the data transform of the graph area this axis is paired to.

See also GraphArea::dataTransform.


extents : rect

The rect (in data coordinates) the image shall occupy. By default, the center of the top-left pixel is the origin (the 0, 0 point). Adjust this property to position or scale the image differently. By default, ImageView::mirrorHorizontally and ImageView::mirrorVertically sre set based on this property.