VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



BETTER function to convert long to RGB values :)

by Michael A. Seel (4 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 15th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

BETTER function to convert long to RGB values :)

Rate BETTER function to convert long to RGB values :)



    bytG=CByte(Int(lngColor / 256) And 255)
    bytB=CByte(Int(lngColor / 65536) And 255)


Download this snippet    Add to My Saved Code

BETTER function to convert long to RGB values :) Comments

No comments have been posted about BETTER function to convert long to RGB values :). Why not be the first to post a comment about BETTER function to convert long to RGB values :).

Post your comment

Subject:
Message:
0/1000 characters