We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to regl texture types that may be handy to have output format, for example:
getPixels(src, { format: 'alpha' }, cb)
Can be a channel alpha, red, green, blue, swizzles rg, rgb, rgba etc.
alpha
red
green
blue
rg
rgb
rgba
Possibly a matter of a separate package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to regl texture types that may be handy to have output format, for example:
Can be a channel
alpha
,red
,green
,blue
, swizzlesrg
,rgb
,rgba
etc.Possibly a matter of a separate package.
The text was updated successfully, but these errors were encountered: