Skip to content

Commit

Permalink
add curve and curve amount to color set
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyshelf committed Feb 23, 2025
1 parent 9d676ad commit 2eebe39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pinwheel/schema/pinwheel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<xs:element name="autoContrast" type="xs:decimal" minOccurs="0" maxOccurs="1" />
<xs:element name="steps" type="xs:integer" />
<xs:element name="interpolation" type="xs:integer" />
<xs:element name="curve" type="xs:integer" minOccurs="0" maxOccurs="1" />
<xs:element name="curveAmount" type="xs:decimal" minOccurs="0" maxOccurs="1" />
<xs:element name="type" type="xs:integer" />
<xs:element name="middle" type="xs:decimal" />
<xs:element name="naming" type="xs:integer" />
Expand Down

0 comments on commit 2eebe39

Please sign in to comment.