replace-react-color API - v4.1.2
Preparing search index...
PhotoshopProps
Interface PhotoshopProps
interface
PhotoshopProps
{
className
?:
string
;
header
?:
string
;
hex
:
string
;
hsl
:
HSL
;
hsv
:
HSV
;
onAccept
?:
(
color
:
any
,
e
:
MouseEvent
)
=>
void
;
onCancel
?:
(
color
:
any
,
e
:
MouseEvent
)
=>
void
;
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
;
rgb
:
RGB
;
style
?:
CSSProperties
;
styles
?:
any
;
}
Index
Properties
class
Name?
header?
hex
hsl
hsv
on
Accept?
on
Cancel?
on
Change?
rgb
style?
styles?
Properties
Optional
class
Name
className
?:
string
Optional
header
header
?:
string
hex
hex
:
string
hsl
hsl
:
HSL
hsv
hsv
:
HSV
Optional
on
Accept
onAccept
?:
(
color
:
any
,
e
:
MouseEvent
)
=>
void
Optional
on
Cancel
onCancel
?:
(
color
:
any
,
e
:
MouseEvent
)
=>
void
Optional
on
Change
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
rgb
rgb
:
RGB
Optional
style
style
?:
CSSProperties
Optional
styles
styles
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
header
hex
hsl
hsv
on
Accept
on
Cancel
on
Change
rgb
style
styles
replace-react-color API - v4.1.2
Loading...