getting an rgb value with a linepick

Blitz3D Forums/Blitz3D Programming/getting an rgb value with a linepick

could anyone tell me how to get an rgb value from a linepick? i did some searching but i found nothing. any help is appreciated.

camerapick and readpixel maybe

using [b]linkpick()[b], not camerapick().

Modify either of the following to taste...

http://www.blitzbasic.com/codearcs/codearcs.php?code=515

http://www.codersworkshop.com/viewpost.php?id=37831#37831

thanks.

Please, How could I know how to access to the texture of
a .b3d model?
I have the same problem (or similar) and I've also posted..

thanks in advance!

Pinete: look at the commands GetEntityBrush, GetSurfaceBrush and GetBrushTexture.

I will go for it, thanks big10p!