Note places where transparent colors are not supported

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@850 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-16 20:23:48 +00:00
parent bcfa07a724
commit bb240f836d
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ Data type: choice for a color field
A possible choice for a color [[type:field]]. A possible choice for a color [[type:field]].
--Properties-- --Properties--
! Property Type Description ! Property Type Description
| @name@ [[type:string]] Name of this choice, displayed in the drop down list. | @name@ [[type:string]] Name of this choice, displayed in the drop down list.
| @color@ [[type:color]] Color this choice corresponds with. | @color@ opaque [[type:color]] Color this choice corresponds with.
--Example-- --Example--
>choice: >choice:
+2 -2
View File
@@ -69,8 +69,8 @@ Additional properties are available, depending on the type of field:
| ^^^ @initial@ [[type:string]] Initial value for new values for this field. | ^^^ @initial@ [[type:string]] Initial value for new values for this field.
| ^^^ @default name@ [[type:string]] @"Default"@ Name of the default state. | ^^^ @default name@ [[type:string]] @"Default"@ Name of the default state.
| ^^^ @choices@ [[type:list]] of [[type:choice]]s Possible values for this field. | ^^^ @choices@ [[type:list]] of [[type:choice]]s Possible values for this field.
| ^^^ @choice colors@ [[type:map]] of [[type:color]]s Colors of the choices for statistics graphs. | ^^^ @choice colors@ [[type:map]] of opaque [[type:color]]s Colors of the choices for statistics graphs.
| ^^^ @choice colors cardlist@ [[type:map]] of [[type:color]]s Colors of the choices for lines in the card list,<br/> see also the @card list color script@ property of [[type:game]]s. | ^^^ @choice colors cardlist@ [[type:map]] of opaque [[type:color]]s Colors of the choices for lines in the card list,<br/> see also the @card list color script@ property of [[type:game]]s.
| @"multiple choice"@ <<< <<< <<< | @"multiple choice"@ <<< <<< <<<
'' Multiple choice fields have the same attributes as normal choice fields.''<br/> '' Multiple choice fields have the same attributes as normal choice fields.''<br/>
+1 -1
View File
@@ -20,7 +20,7 @@ Categories are also automatically generated from dimensions.
| @numeric@ [[type:boolean]] @false@ Is the value always a number? | @numeric@ [[type:boolean]] @false@ Is the value always a number?
| @show empty@ [[type:boolean]] @false@ Should cards with the value @""@ be included? | @show empty@ [[type:boolean]] @false@ Should cards with the value @""@ be included?
| @split list@ [[type:boolean]] @false@ Indicates the value is a list of the form @"item1, item2"@. The card is put under both items. | @split list@ [[type:boolean]] @false@ Indicates the value is a list of the form @"item1, item2"@. The card is put under both items.
| @colors@ [[type:map]] of [[type:color]]s Colors to use for specific values | @colors@ [[type:map]] of opaque [[type:color]]s Colors to use for specific values
| @groups@ [[type:list]] of [[type:string]]s Values to always show, and the order to show them in. | @groups@ [[type:list]] of [[type:string]]s Values to always show, and the order to show them in.
--Example-- --Example--
+1 -1
View File
@@ -159,7 +159,7 @@ The rest of the properties depend on the type of [[type:field]] this style is fo
| ^^^ @padding right@ ^^^ ^^^ ^^^ | ^^^ @padding right@ ^^^ ^^^ ^^^
| ^^^ @padding top@ ^^^ ^^^ ^^^ | ^^^ @padding top@ ^^^ ^^^ ^^^
| ^^^ @padding bottom@ ^^^ ^^^ ^^^ | ^^^ @padding bottom@ ^^^ ^^^ ^^^
| ^^^ @background color@ [[type:color]] @rgb(255,255,255)@ Background color for the box, can be used to make it stand out. | ^^^ @background color@ opaque [[type:color]] @rgb(255,255,255)@ Background color for the box, can be used to make it stand out.
--Example-- --Example--
+1 -1
View File
@@ -22,7 +22,7 @@ The type of a value depends on the corresponding field:
| @"image"@ [[type:filename]] Filename of an image file in the [[type:set]] package. | @"image"@ [[type:filename]] Filename of an image file in the [[type:set]] package.
| @"symbol"@ [[type:filename]] Filename of a [[type:symbol]] file in the [[type:set]] package.<br/> | @"symbol"@ [[type:filename]] Filename of a [[type:symbol]] file in the [[type:set]] package.<br/>
When accessed from a script, image fields can be directly used as [[type:image]]s. When accessed from a script, image fields can be directly used as [[type:image]]s.
| @"color"@ [[type:color]] A color. | @"color"@ opaque [[type:color]] A color.
| @"info"@ [[type:string]] A label for the information box. | @"info"@ [[type:string]] A label for the information box.
--Example-- --Example--