Difference between revisions of "Template:Color"
From Synfig Studio :: Documentation
m (Want moved page Template:Gradient to Template:Color) |
m |
||
Line 1: | Line 1: | ||
{{#if:{{{1|}}} | {{#if:{{{1|}}} | ||
|{{#if:{{{2|}}} | |{{#if:{{{2|}}} | ||
− | | | + | | <table style="width:18px; height:16px; linear-gradient(45deg, #{{{1}}} 0%, #{{{2}}} 100%);" border="0"><tr><td> </td></tr></table> |
− | | | + | | <table style="width:18px; height:16px; background: #{{{1}}};" border="0"><tr><td> </td></tr></table> |
}} | }} | ||
|{{#if:{{{2|}}} | |{{#if:{{{2|}}} | ||
− | | | + | | <table style="width:18px; height:16px; background: #{{{2}}};" border="0"><tr><td> </td></tr></table> |
− | | | + | | <table style="width:18px; height:16px;" border="0"><tr><td> </td></tr></table> |
}} | }} | ||
}} | }} |