Access Render Target pixel values

I am trying to make a scoring system for my game, which involves calculating the product of the percentage of an area has been painted and the values of each area. I’m using a render target to visually show the player where they have painted, but I need a way to access that render target’s values and see just how effective they were.

I would like to know if you succeeded or if you found out something