Skip to content

Commit

Permalink
fixed getRGBASet() typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlapp committed Jan 18, 2018
1 parent 23e7823 commit db97dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -63,7 +63,7 @@ export class BitmapImage {
fromWidth: number, fromHeight: number): this;
fillRGBA(color: number): this;
getRGBA(x: number, y: number): number;
getRGBASet(): Set;
getRGBASet(): Set<number>;
greyscale(): this;
reframe(xOffset: number, yOffset: number, width: number, height: number, fillRGBA?: number)
: this;
Expand Down

0 comments on commit db97dcc

Please sign in to comment.