mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Added gamma method to Scale type
This commit is contained in:
Vendored
+2
@@ -293,6 +293,8 @@ declare namespace chroma {
|
||||
|
||||
mode(mode: keyof ColorSpaces): this;
|
||||
|
||||
gamma(g: number): this;
|
||||
|
||||
cache(use: boolean): boolean;
|
||||
|
||||
correctLightness(enable?: boolean): this;
|
||||
|
||||
Reference in New Issue
Block a user