- Home
·
- Graphics
·
- BETTER function to convert long to RGB values :)
BETTER function to convert long to RGB values :)
BETTER function to convert long to RGB values :)
Rate BETTER function to convert long to RGB values :)
(2(2 Vote))
bytG=CByte(Int(lngColor / 256) And 255)
bytB=CByte(Int(lngColor / 65536) And 255)
BETTER function to convert long to RGB values :) Comments
No comments yet — be the first to post one!
Post a Comment