@OPEN-KAPPA/COLORS
Preparing search index...
index
PaletteMixOptions
Type Alias PaletteMixOptions<C>
Options for mix palette.
type
PaletteMixOptions
<
C
extends
Color
>
=
{
darkTarget
:
C
;
lightTarget
:
C
;
useSourceHue
:
boolean
;
}
Type Parameters
C
extends
Color
Index
Properties
dark
Target
light
Target
use
Source
Hue
Properties
dark
Target
darkTarget
:
C
The dark target.
light
Target
lightTarget
:
C
The light target.
use
Source
Hue
useSourceHue
:
boolean
Whether to avoid using the target hue.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dark
Target
light
Target
use
Source
Hue
@OPEN-KAPPA/COLORS
Loading...
Options for mix palette.