Skip to content

Commit

Permalink
chore: change rgba description
Browse files Browse the repository at this point in the history
  • Loading branch information
wzc520pyfm committed Apr 4, 2024
1 parent 9a78187 commit d0bdaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ abstract class Color<CS extends ColorSpace> {
}

interface RGBA<CS extends Extract<ColorSpace, "rgb"> = "rgb"> {
/** @description get rgba array */
/** @description Get rgba array by standard methods */
rgba(): TColorRGBA;
alpha(a: Alpha): Color<CS>;
}
Expand Down

0 comments on commit d0bdaca

Please sign in to comment.