Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wheel slot description #226

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ currently defined XML attributes of the wheel slot are specified in

| XML Attribute Name | Value Type | Description |
|----|----|----|
| Name | [String](#user-content-attrtype-string ) | The unique name of the wheel slot |
| Name | [String](#user-content-attrtype-string ) | The name of the wheel slot |
| Color | [ColorCIE](#user-content-attrtype-colorcie ) | Color of the wheel slot, Default value: {0.3127, 0.3290, 100.0 } (white) For Y give relative value compared to overall output defined in property Luminous Flux of related Beam Geometry (transmissive case). |
| Filter | [Node](#user-content-attrtype-node ) | Optional. Link to filter in the physical description; Do not define color if filter is used; Starting point: Filter Collect |
| MediaFileName | [Resource](#user-content-attrtype-resource ) | Optional. PNG file name without extension containing image for specific gobos etc. <br />- Maximum resolution of picture: 1024x1024<br />- Recommended resolution of gobo: 256x256<br />- Recommended resolution of animation wheel: 256x256<br />These resource files are located in a folder called `./wheels` in the zip archive. Default value: empty. |
Expand Down
Loading