ImageAlphaClear function
See RaylibCoreFlatModule.ImageAlphaClear.
Implementation
void ImageAlphaClear(
StructPointer<ImageD> image,
ColorD color,
double threshold,
) => _module.ImageAlphaClear(image, color, threshold);
See RaylibCoreFlatModule.ImageAlphaClear.
void ImageAlphaClear(
StructPointer<ImageD> image,
ColorD color,
double threshold,
) => _module.ImageAlphaClear(image, color, threshold);