Gimp.Array¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
data |
r/w |
pointer to the array’s data. |
|
length |
r/w |
length of data, in bytes. |
|
static_data |
r/w |
whether data points to statically allocated memory. |
Methods¶
class |
|
|
|
|
Name |
Type |
Access |
Description |
---|---|---|---|
data |
r/w |
pointer to the array’s data. |
|
length |
r/w |
length of data, in bytes. |
|
static_data |
r/w |
whether data points to statically allocated memory. |
class |
|
|
|
|