Render themes: allow HSV colors for S3DB (#695)

This commit is contained in:
Gustl22
2019-03-06 21:12:52 +01:00
committed by Emux
parent 14283ff5cc
commit f7272dcdcd
11 changed files with 87 additions and 46 deletions

View File

@@ -245,6 +245,9 @@
<xs:attribute name="line-color" type="tns:color" use="optional" />
<xs:attribute name="side-color" type="tns:color" use="required" />
<xs:attribute name="top-color" type="tns:color" use="required" />
<xs:attribute name="hsv-h" default="0" type="xs:double" use="optional" />
<xs:attribute name="hsv-s" default="1" type="xs:double" use="optional" />
<xs:attribute name="hsv-v" default="1" type="xs:double" use="optional" />
<!-- 12m default -->
<xs:attribute name="default-height" default="12" type="xs:positiveInteger" use="optional" />
</xs:complexType>