You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table 144 ColorData includes an object of first_vertex which is of DataType Color. This data type is not defined. From the data description it sounds like it is encoded as uint8_t for each colorant (and possibly alpha) value -- and I verified that this is the case. The issue is that the only place that I can find in the file where color values are defined is in Table 46 which is a table of 3 doubles and is really DataType RgbColor not Color. So I think we either need to add the new DataType or clarify everywhere that Color is used that it is 8bit per channel color data.
The text was updated successfully, but these errors were encountered:
Table 144 ColorData includes an object of first_vertex which is of DataType Color. This data type is not defined. From the data description it sounds like it is encoded as uint8_t for each colorant (and possibly alpha) value -- and I verified that this is the case. The issue is that the only place that I can find in the file where color values are defined is in Table 46 which is a table of 3 doubles and is really DataType RgbColor not Color. So I think we either need to add the new DataType or clarify everywhere that Color is used that it is 8bit per channel color data.
The text was updated successfully, but these errors were encountered: