fromHct static method

TonalPalette fromHct(
  1. Hct hct
)

Create a Tonal Palette from hue and chroma of hct.

Implementation

static TonalPalette fromHct(Hct hct) {
  return TonalPalette._fromHct(hct);
}