Achieve total lunar eclipse effect – Android custom controls
To achieve the moon glow effect, use the setMaskFilter() method of the Paint class, and pass in the BlurMaskFilter object to achieve gaussian blur glow.
Read More