setUnpremultiplyOnLoad function
Implementation
void setUnpremultiplyOnLoad({bool flagTrueIfShouldUnpremultiply = true}) =>
c.stbi_set_unpremultiply_on_load(flagTrueIfShouldUnpremultiply ? 1 : 0);
void setUnpremultiplyOnLoad({bool flagTrueIfShouldUnpremultiply = true}) =>
c.stbi_set_unpremultiply_on_load(flagTrueIfShouldUnpremultiply ? 1 : 0);