Added textAlpha and textActiveAlpha to Button and ButtonGroup.

This commit is contained in:
2019-10-15 14:56:24 +02:00
parent e50ea6af31
commit e2ea89cc0b
73 changed files with 440 additions and 161 deletions
+75 -3
View File
@@ -1471,7 +1471,7 @@
<div class="tag-source">
<a href="pixi_theme.js.html#line84">theme.js:84</a>
<a href="pixi_theme.js.html#line86">theme.js:86</a>
</div>
</div>
@@ -2884,6 +2884,78 @@ is used for large actived text.</p></td>
</tr>
<tr>
<td class="name"><code>textAlpha</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="default">
Theme.textAlpha
</td>
<td class="description last">
<span class="optional">optional</span>
<p>The alpha value of text.</p></td>
</tr>
<tr>
<td class="name"><code>textActiveAlpha</code></td>
<td class="type">
<span class="param-type">number</span>
</td>
<td class="default">
Theme.textActiveAlpha
</td>
<td class="description last">
<span class="optional">optional</span>
<p>The alpha value of text when activated.</p></td>
</tr>
</tbody>
</table>
</td>
@@ -3005,7 +3077,7 @@ const app = new PIXIApp({
<div class="tag-source">
<a href="pixi_theme.js.html#line175">theme.js:175</a>
<a href="pixi_theme.js.html#line179">theme.js:179</a>
</div>
</div>
@@ -3165,7 +3237,7 @@ const app = new PIXIApp({
<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Oct 11 2019 09:19:28 GMT+0200 (Mitteleuropäische Sommerzeit)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Oct 15 2019 14:56:00 GMT+0200 (Mitteleuropäische Sommerzeit)
</div>
</footer>
</div>