tsParticles - v4.3.2
Preparing search index...
tsParticles Image Shape
Utils
IImage
Interface IImage
The image interface, used for keeping useful data for drawing
interface
IImage
{
color
?:
IHsl
;
element
?:
HTMLImageElement
;
error
:
boolean
;
loading
:
boolean
;
name
:
string
;
ratio
?:
number
;
replaceColor
?:
boolean
;
source
:
string
;
svgData
?:
string
;
type
:
string
;
}
Index
Properties
color?
element?
error
loading
name
ratio?
replace
Color?
source
svg
Data?
type
Properties
Optional
color
color
?:
IHsl
Optional
element
element
?:
HTMLImageElement
error
error
:
boolean
loading
loading
:
boolean
name
name
:
string
Optional
ratio
ratio
?:
number
Optional
replace
Color
replaceColor
?:
boolean
source
source
:
string
Optional
svg
Data
svgData
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
element
error
loading
name
ratio
replace
Color
source
svg
Data
type
tsParticles - v4.3.2
Loading...
The image interface, used for keeping useful data for drawing