Skip to content

Commit 0be6269

Browse files
committed
getTexture @returns * (any)
(was omitted - void)
1 parent 6a04c8b commit 0be6269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/strands/p5.strands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ if (typeof p5 !== "undefined") {
716716
* This should be between [0,0] (the top-left) and [1,1] (the bottom-right)
717717
* of the texture. It should be compatible with a vec2.
718718
*
719-
* @returns The color of the given texture at the given coordinates. This
719+
* @returns {*} The color of the given texture at the given coordinates. This
720720
* will behave as a vec4 holding components r, g, b, and a (alpha), with each component being in the range 0.0 to 1.0.
721721
*
722722
* @example

0 commit comments

Comments
 (0)