SetWindowIcon method
Set icon for window (single image, RGBA 32bit)
Implementation
@override
void SetWindowIcon(
ImageD image,
) => run(
() => RaylibDebugLabels.SetWindowIcon(image),
() => rl.Core.SetWindowIcon(
rl.Temp.Image$.Ref1(image).ref,
),
);