I understand that matrix[0-3] values are the RGBA values for R', but the only description I have been able to find for the matrix[4], 'W' value is that it's used as a placeholder. Can anyone provide any context as to how the "placeholder" 'W' value would be used?
float[] matrix = {
1, 0, 0, 0, 0,
0, 1, 0, 0, 0,
0, 0, 1, 0, 0,
0, 0, 0, 1, 0,
};
Best,
Austin
Base on this site RGBAW stands for Red Green Blue Amber White.
According to this site: