Do not remove, see notes in the other variant.
(int width, int height, int format)
| 231 | * Do not remove, see notes in the other variant. |
| 232 | */ |
| 233 | public void init(int width, int height, int format) { // ignore |
| 234 | init(width, height, format, 1); |
| 235 | } |
| 236 | |
| 237 | |
| 238 | /** |