convertIphonePngToRgb function

void convertIphonePngToRgb({
  1. bool flagTrueIfShouldConvert = true,
})

Implementation

void convertIphonePngToRgb({bool flagTrueIfShouldConvert = true}) =>
    c.stbi_convert_iphone_png_to_rgb(flagTrueIfShouldConvert ? 1 : 0);