2004
Michael Natterer
Retrieve information about the specified pattern (including pixels).
This procedure retrieves information about the specified. This includes the pattern extents (width and height), its bpp and its pixel data.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | name | The pattern name. |
Type | Name | Description |
---|---|---|
PF_INT | width | The pattern width |
PF_INT | height | The pattern height |
PF_INT | bpp | The pattern bpp |
PF_INT | num-color-bytes | Number of pattern bytes (num-color-bytes >= 0) |
unknown | color-bytes | The pattern data. |