IIIF / 3d

Repository to help plan the 3d work with IIIF
https://iiif.github.io/3d/
15 stars 4 forks source link

define backgroundColor in Scene #46

Closed vincentmarchetti closed 4 months ago

vincentmarchetti commented 4 months ago

A backgroundColor property was incorrectly defined as a property of the Manifest. It has been moved into the Scene object. The RGB values have been changed to 255,0,254 so that a unit test can verify the values of RGB are not being interchanged.