Notifications
Clear all

[Closed] Converting 256 RGB to 0-1 RGB?

I’m trying to get the color for an object based on the .wirecolor property which is 256 color RGB values. I need the 0-1 RGB Values. Is there a built in method for converting those color values or do I just need to do the math?

2 Replies

I figured it out I think…convert it to a point4 right?

or just divide each value by 255.