Mapping options when creating a (potentially) mapped image. More...
Inherits object.
Static Public Attributes | |
int | CopyPixels = 0 |
Create a deep copy of the source pixels. | |
int | LinkPixels = 1 |
Create a linked copy of the source pixels, that shares the memory of the source pixels. More... | |
Mapping options when creating a (potentially) mapped image.
|
static |
Create a linked copy of the source pixels, that shares the memory of the source pixels.
That means, changes to one image affect the linked image as well