@microsoft/fast-colors > denormalize
denormalize() function
Scales a number between 0 and 1
Signature:export declare function denormalize(i: number, min: number, max: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
i | number | the number to denormalize |
min | number | the min value |
max | number | the max value |
number