You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ImageHandle(long, int) to initialize transparentPixel from client
Diverting responsibility for thinking about whether a transparentPixel
needs to be specified or not to the consumer. Otherwise we risk that
someone unexperienced just calls this constructor without thinking about
the transparent pixel, but would actually need to take into account that
it must be set.
0 commit comments