Skip to content

pantoken-root / plugins/pantoken/custom-theme-colors/src / deriveScale

函式: deriveScale() ​

deriveScale(hex, curve): CustomColorScale

Beta(測試)

從單一十六進位色推導完整的 primitive 色階:將其錨定在參考明度最近的步驟,然後以輸入的色相並按參考形狀縮放的彩度在各自的參考明度下重建每個步驟。

參數 ​

hex ​

string

一個被 parseHexColor 接受的十六進位顏色。

curve ​

ReferenceCurve

buildReferenceCurve 的輸出。

回傳 ​

CustomColorScale

The CustomColorScale。