PNGEncoder
Constructor Summary
| Public Constructor | ||
| public |
constructor(width: *, height: *, depth: *) |
|
Member Summary
| Public Members | ||
| public |
buffer: *[] |
|
| public |
buffer_size: * |
|
| public |
data_size: * |
|
| public |
depth: * |
|
| public |
height: * |
|
| public |
idat_offs: * |
|
| public |
idat_size: * |
|
| public |
iend_offs: * |
|
| public |
iend_size: * |
|
| public |
|
|
| public |
ihdr_size: * |
|
| public |
palette: {} |
|
| public |
|
|
| public |
pix_size: * |
|
| public |
plte_offs: * |
|
| public |
plte_size: * |
|
| public |
trns_offs: * |
|
| public |
trns_size: * |
|
| public |
width: * |
|
Method Summary
| Public Methods | ||
| public |
color(red: *, green: *, blue: *, alpha: *): * |
|
| public |
getBase64(): * |
|
| public |
getDump(): * |
|
| public |
index(x: *, y: *): * |
|
Public Constructors
public constructor(width: *, height: *, depth: *) source
Params:
| Name | Type | Attribute | Description |
| width | * | ||
| height | * | ||
| depth | * |
Public Members
public buffer: *[] source
public buffer_size: * source
public data_size: * source
public depth: * source
public height: * source
public idat_offs: * source
public idat_size: * source
public iend_offs: * source
public iend_size: * source
public ihdr_size: * source
public palette: {} source
public pix_size: * source
public plte_offs: * source
public plte_size: * source
public trns_offs: * source
public trns_size: * source
public width: * source
Public Methods
public color(red: *, green: *, blue: *, alpha: *): * source
Params:
| Name | Type | Attribute | Description |
| red | * | ||
| green | * | ||
| blue | * | ||
| alpha | * |
Return:
| * |