2.4.2 • Published 6 months ago

@types/javascript-color-gradient v2.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/javascript-color-gradient

Summary

This package contains type definitions for javascript-color-gradient (https://github.com/Adrinlol/javascript-color-gradient).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/javascript-color-gradient.

index.d.ts

// Type definitions for javascript-color-gradient 2.4
// Project: https://github.com/Adrinlol/javascript-color-gradient
// Definitions by: Wilson Chua <https://github.com/wilsoncwc/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export = Gradient;

declare class Gradient {
    constructor(gradients?: string, maxNum?: number, colors?: string[], intervals?: any[]);
    getColor(index: number): string;
    getColors(): string[];
    setColorGradient(...args: string[]): Gradient;
    setMidpoint(maxNumber: number): this;
}

Additional Details

  • Last updated: Sun, 01 May 2022 19:31:36 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Wilson Chua.

2.4.1

7 months ago

2.4.2

6 months ago

2.4.0

2 years ago

1.3.0

2 years ago