Merge pull request #26017 from nielsdB97/scale-method-gamma

Chroma-js: Added gamma method to Scale type
This commit is contained in:
Daniel Rosenwasser
2018-05-31 17:57:10 -07:00
committed by GitHub

View File

@@ -293,6 +293,8 @@ declare namespace chroma {
mode(mode: keyof ColorSpaces): this;
gamma(g: number): this;
cache(use: boolean): boolean;
correctLightness(enable?: boolean): this;