Skip to content

Commit

Permalink
deprecated the old color space node
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmuellerma committed Jan 9, 2025
1 parent 662e506 commit bb95a9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ in [table 15](#user-content-table-15 ).
|----|----|----|
| [Emitters](#user-content-emitter-collect ) | No | Describes device emitters |
| [Filters](#user-content-filter-collect ) | No | Describes device filters |
| [ColorSpace](#user-content-color-space ) | No | Describes device default color space |
| [AdditionalColorSpaces](#user-content-color-spaces ) | No | Describes additional device color spaces |
| [ColorSpace](#user-content-color-space ) | No | Describes device default color space |
| [Gamuts](#user-content-gamuts ) | No | Describes device gamuts |
| [DMXProfiles](#user-content-dmx-profile-collect) | No | Describes nonlinear correlation between DMX input and physical output of a channel. |
| [CRIs](#user-content-color-rendering-index-collect) | No | Describes color rendering with IES TM-30-15 (99 color samples). |
Expand Down Expand Up @@ -816,6 +816,11 @@ specified in [table 21](#user-content-table-21 ).

The color space does not have any children.

### Color Space
This section defined the device default color space and is kept for backwards compatibility. From DIN SPEC 15800:TODO or GDTF v1.3 onwards all color spaces of a device shall be decribed in the Color Space Collect (XMLnode <ColorSpace>). The currently defined XML attributes of the color space are specified in [table 20](#user-content-table-20 ).

The color space does not have any children.

### Gamut Collect

#### General
Expand Down

0 comments on commit bb95a9c

Please sign in to comment.