how can you get the color of a point within a vertex with transparent texture.


Say the following image is a black rock with pink has transprancy. and I want to get the color of a point in the vertex to find out if the color is black or pink. with pink being transparent i cant use getpixel cause it will only show whats displayed so how could i get the color pink or black instead?