How to get proper colour in OpenGL?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-06-22
08:33 PM
- last edited on
2023-05-11
02:22 PM
by
Noemi Balogh
2013-06-22
08:33 PM
ArchiCAD 26; Windows 11; Intel i7-10700KF; 64GB RAM, GeForce GTX 3060
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-06-22 09:12 PM
2013-06-22
09:12 PM
The problem is that the material is using an alpha channel mask in IE and LW over a background color that you can change without changing the texture.
The OpenGL engine does not support this so the background of the alpha channel is rendered as white. The only fix is to make a texture with the color you want and replace the current alpha mask texture. This will then be used in both OpenGL and the Internal Engine. The LightWorks engine can be matched to this or stay as is.
I developed a set of materials for a client to deal with this problem. There is no easy solution but a good trick is to set up a Photoshop file with one layer for the alpha channel mask and layers of solid color (or textured as desired) behind that can be turned on and off to save as PNG textures to make OpenGL friendly, color specific materials.
The OpenGL engine does not support this so the background of the alpha channel is rendered as white. The only fix is to make a texture with the color you want and replace the current alpha mask texture. This will then be used in both OpenGL and the Internal Engine. The LightWorks engine can be matched to this or stay as is.
I developed a set of materials for a client to deal with this problem. There is no easy solution but a good trick is to set up a Photoshop file with one layer for the alpha channel mask and layers of solid color (or textured as desired) behind that can be turned on and off to save as PNG textures to make OpenGL friendly, color specific materials.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-06-23 12:26 AM
2013-06-23
12:26 AM
Thanks Matthew. I'll have to see if I can figure it out. I'm new to rendering and image manipulation.
ArchiCAD 26; Windows 11; Intel i7-10700KF; 64GB RAM, GeForce GTX 3060
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2014-02-06 02:03 AM
2014-02-06
02:03 AM
This is also always a desire for me. Each time I have ventured in to Photoshop (Actually I only even own an old version of Elements) I am confused. I do pretty good with math, but can never get the logic of the Photoshop processes.