シェイプモーフィング_変形塗りスタイル - hsk/swfspec_ja GitHub Wiki

変形塗りスタイル

MORPHFILLSTYLEARRAY

フィールド コメント
FillStyleCount Count = UI8 Count of fill styles.
FillStyleCountExtended If Count = 0xFFUI16 Extended count of fill styles.
FillStyles MORPHFILLSTYLE[count] Array of fill styles.

MORPHFILLSTYLE

フィールド コメント
FillStyleType UI8 Type of fill style0x00 = solid fill0x10 = linear gradient fill0x12 = radial gradient fill0x40 = repeating bitmap0x41 = clipped bitmap fill0x42 = non-smoothedrepeating bitmap0x43 = non-smoothedclipped bitmap
StartColor If type = 0x00, RGBA Solid fill color with opacityinformation for startshape.
EndColor If type = 0x00, RGBA Solid fill color with opacityinformation for end shape.
StartGradientMatrix If type = 0x10 or 0x12, MATRIX Matrix for gradient fill forstart shape.
EndGradientMatrix If type = 0x10 or 0x12, MATRIX Matrix for gradient fill forend shape.
Gradient If type = 0x10 or 0x12,MORPHGRADIENT Gradient fill.
BitmapId If type = 0x40, 0x41, 0x42 or 0x43,UI16 ID of bitmap character forfill.
StartBitmapMatrix If type = 0x40, 0x41, 0x42 or 0x43,MATRIX Matrix for bitmap fill forstart shape.
EndBitmapMatrix If type = 0x40, 0x41, 0x42 or 0x43,MATRIX Matrix for bitmap fill forend shape.

移動