ImageToPOT method
Convert image to POT (power-of-two)
Implementation
@override
void ImageToPOT(
StructPointer<ImageD> image,
ColorD fill,
) => _ffi.ImageToPOT(
image.asNativePointer(),
$.Color$.Ref1(fill).asNativePointer<ColorC>().ref,
);
Convert image to POT (power-of-two)
@override
void ImageToPOT(
StructPointer<ImageD> image,
ColorD fill,
) => _ffi.ImageToPOT(
image.asNativePointer(),
$.Color$.Ref1(fill).asNativePointer<ColorC>().ref,
);