-
Notifications
You must be signed in to change notification settings - Fork 493
[documentation][python] GradingPrimary: missing expected value type doc #1640
Copy link
Copy link
Closed
Labels
DocumentationDocumentation related development and/or updates.Documentation related development and/or updates.good first issueStandard label for new developers to locate good issues to tackle to learn about OCIO development.Standard label for new developers to locate good issues to tackle to learn about OCIO development.help wantedIssues that the TSC has decided are worth implementing, but don't currently have the dev resources.Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.
Metadata
Metadata
Assignees
Labels
DocumentationDocumentation related development and/or updates.Documentation related development and/or updates.good first issueStandard label for new developers to locate good issues to tackle to learn about OCIO development.Standard label for new developers to locate good issues to tackle to learn about OCIO development.help wantedIssues that the TSC has decided are worth implementing, but don't currently have the dev resources.Issues that the TSC has decided are worth implementing, but don't currently have the dev resources.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello,
When looking at the GradingPrimary class documentation (https://opencolorio.readthedocs.io/en/latest/api/grading_transforms.html),
we can see a bunch of property is available but none of them specifies which type of value is expected when set.
This would have not been an issue if they all except the same type but seems some except a
GradingRGBMinstance while others just expect afloat.Would be cool to have in the documentation what type is expected.
Here are the tests I ran to check who accepts what
Cheers.
Liam.