fromHct static method
- Hct hct
Create a Tonal Palette from hue and chroma of hct
.
Implementation
static TonalPalette fromHct(Hct hct) {
return TonalPalette._fromHct(hct);
}
Create a Tonal Palette from hue and chroma of hct
.
static TonalPalette fromHct(Hct hct) {
return TonalPalette._fromHct(hct);
}