PsdImageResource constructor
PsdImageResource(
- int id,
- String name,
- InputBuffer data
Implementation
PsdImageResource(this.id, this.name, this.data);
PsdImageResource(this.id, this.name, this.data);