Home > @infiniteobjects/data-types > Color > brighten
Brighten the color a given amount.
Signature:
brighten(amount?: number): Color;
Parameter | Type | Description |
---|---|---|
amount | number | (Optional) The amount to brighten by. The valid range is 0 to 100. Default value: 10. |
Returns: