T93467: Use World background color when rendering pose library previews
Try to fix the background color of the preview image in the pose library by changing the alpha mode after identifying the operation by name.
I'm not should if there is any other way to identify the operation is from the pose library, so I use the first two characters of "Armature" as the basis for whether to change the alpha mode from R_ALPHAPREMUL to R_ADDSKY.
Also, under the draw-type OB_SOLID, the world background color is ignored, the background color only shows up when changing the draw-type to OB_RENDER (see image below).
I'm not sure which type of background is required.

