mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Color.brighter has an optional number parameter
This commit is contained in:
Vendored
+1
-1
@@ -1492,7 +1492,7 @@ declare module D3 {
|
||||
/**
|
||||
* increase lightness by some exponential factor (gamma)
|
||||
*/
|
||||
brighter(k: number): Color;
|
||||
brighter(k?: number): Color;
|
||||
/**
|
||||
* decrease lightness by some exponential factor (gamma)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user