Search found 2 matches

by BlueFrank
Wed Aug 02, 2006 5:58 pm
Forum: Irrlicht.NET
Topic: Grab Color from a Pixel
Replies: 2
Views: 1511

You are a Master shurijo!! Many Thanks. The Combination with GDI
Functions and Irrlicht works perfect.
[/code]
by BlueFrank
Tue Aug 01, 2006 8:04 pm
Forum: Irrlicht.NET
Topic: Grab Color from a Pixel
Replies: 2
Views: 1511

Grab Color from a Pixel

Sorry for my bad English. I want programm a Isometric Game and at moment i implement a Clas for Tile-Managment. I load a Texture with: Irrlicht.Video.ITexture back = driver.GetTexture(strFile); then i want to grab the Color from a Pixel in this Tile (because i want to make a Tileset and i want deter...