Change border color of a transformed image to white

Hi,
im currently testing different transformations for data augmentation. The code works fine, but if I rotated the image, I get black borders around it. Does anyone know how I can change the color of said borders to white? The “fillcolor” option in RandomAffine doesnt work for some reason.

Thank you very much.