Skip to main content

@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

ParameterTypeDescription
inumberthe number to denormalize
minnumberthe min value
maxnumberthe max value
Returns:

number