| フィールド | 型 | コメント |
| FillStyleCount | Count = UI8 | Count of fill styles. |
| FillStyleCountExtended |
If Count = 0xFF UI16 |
Extended count of fill styles. |
| FillStyles | MORPHFILLSTYLE[count] | Array of fill styles. |
| フィールド | 型 | コメント |
| FillStyleType | UI8 |
Type of fill style 0x00 = solid fill 0x10 = linear gradient fill 0x12 = radial gradient fill 0x40 = repeating bitmap 0x41 = clipped bitmap fill 0x42 = non-smoothed repeating bitmap 0x43 = non-smoothed clipped bitmap |
| StartColor | If type = 0x00, RGBA |
Solid fill color with opacity information for start shape. |
| EndColor | If type = 0x00, RGBA |
Solid fill color with opacity information for end shape. |
| StartGradientMatrix | If type = 0x10 or 0x12, MATRIX |
Matrix for gradient fill for start shape. |
| EndGradientMatrix | If type = 0x10 or 0x12, MATRIX |
Matrix for gradient fill for end shape. |
| Gradient |
If type = 0x10 or 0x12, MORPHGRADIENT |
Gradient fill. |
| BitmapId |
If type = 0x40, 0x41, 0x42 or 0x43, UI16 |
ID of bitmap character for fill. |
| StartBitmapMatrix |
If type = 0x40, 0x41, 0x42 or 0x43, MATRIX |
Matrix for bitmap fill for start shape. |
| EndBitmapMatrix |
If type = 0x40, 0x41, 0x42 or 0x43, MATRIX |
Matrix for bitmap fill for end shape. |