replace-react-color API - v4.1.2
Preparing search index...
ChromeProps
Interface ChromeProps
interface
ChromeProps
{
className
?:
string
;
defaultView
?:
"rgb"
|
"hsl"
|
"hex"
;
disableAlpha
?:
boolean
;
hex
:
string
;
hsl
:
HSL
;
hsv
:
HSV
;
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
;
renderers
?:
any
;
rgb
:
RGB
;
style
?:
CSSProperties
;
styles
?:
any
;
width
?:
string
|
number
;
}
Index
Properties
class
Name?
default
View?
disable
Alpha?
hex
hsl
hsv
on
Change?
renderers?
rgb
style?
styles?
width?
Properties
Optional
class
Name
className
?:
string
Optional
default
View
defaultView
?:
"rgb"
|
"hsl"
|
"hex"
Optional
disable
Alpha
disableAlpha
?:
boolean
hex
hex
:
string
hsl
hsl
:
HSL
hsv
hsv
:
HSV
Optional
on
Change
onChange
?:
(
color
:
any
,
e
:
any
)
=>
void
Optional
renderers
renderers
?:
any
rgb
rgb
:
RGB
Optional
style
style
?:
CSSProperties
Optional
styles
styles
?:
any
Optional
width
width
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
default
View
disable
Alpha
hex
hsl
hsv
on
Change
renderers
rgb
style
styles
width
replace-react-color API - v4.1.2
Loading...