Do not remove, see notes in the other variant.
(int width, int height, int format)
| 244 | * Do not remove, see notes in the other variant. |
| 245 | */ |
| 246 | public void init(int width, int height, int format) { // ignore |
| 247 | init(width, height, format, 1); |
| 248 | } |
| 249 | |
| 250 | |
| 251 | /** |