mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
fix: missing mix color typings
This commit is contained in:
6
packages/core/color/index.d.ts
vendored
6
packages/core/color/index.d.ts
vendored
@ -190,4 +190,10 @@ export class Color {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public complement(): Color;
|
public complement(): Color;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* returns the color complement
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public static mix(color1: Color, color2: Color, amount: number): Color;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user