ARGB => RGB Value
Archives Forums/Blitz3D SDK Programming/ARGB => RGB Value
| ||
| Hi This program work perfectly with blitz3D but not under SDK ? Any idea ? |
| ||
| bbFlip? |
| ||
| I can solve this without even trying the code! I just made the same mistake yesterday. In Blitz3D the And operator is bitwise, but not in BlitzMax. Use (RGB & $FF) etc. in BlitzMax. |
| ||
| lol.. |
| ||
| Hum ok ! Many thanks ! |