Added gamma method to Scale type

This commit is contained in:
Niels de Bruin
2018-05-25 01:43:47 +02:00
parent 0e7c267406
commit dc04b32deb

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;