Merge pull request #15695 from guncha/patch-1

[color] Add a missing rgb() method
This commit is contained in:
Ron Buckton
2017-04-06 14:59:27 -07:00
committed by GitHub

View File

@@ -66,6 +66,7 @@ declare namespace Color {
keyword(): string | undefined;
hex(color: string): Color;
hex(): string;
rgb(): Color;
rgbNumber(): number;
luminosity(): number;
contrast(color: Color): number;