Blockchain Commons LifeHash TypeScript Library - v1.0.0-alpha.20
Preparing search index...
Image
Interface Image
An RGB(A) image returned from the functions that make LifeHashes.
interface
Image
{
width
:
number
;
height
:
number
;
colors
:
Uint8Array
;
}
Index
Properties
width
height
colors
Properties
width
width
:
number
height
height
:
number
colors
colors
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
width
height
colors
Blockchain Commons LifeHash TypeScript Library - v1.0.0-alpha.20
Loading...
An RGB(A) image returned from the functions that make LifeHashes.