mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
--User changes
-Allow dragging in folders which will be recursively traversed for flame files. -Allow for adjusting scale via keyboard with the < and > keys. -Show the count of opened flames on the header of the library tree. --Bug fixes -Attempt to preserve xaos when pasting xforms. --Code changes -Default flam3 compatibility mode to true.
This commit is contained in:
parent
3ef32565c7
commit
61ddc06151
@ -6,7 +6,7 @@
|
||||
<ProductVersion>3.7</ProductVersion>
|
||||
<ProjectGuid>{c8096c47-e358-438c-a520-146d46b0637d}</ProjectGuid>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<OutputName>Fractorium_1.0.0.18</OutputName>
|
||||
<OutputName>Fractorium_1.0.0.19</OutputName>
|
||||
<OutputType>Package</OutputType>
|
||||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
||||
|
@ -50,6 +50,7 @@
|
||||
<Feature Id="MainApplication" Title="Main Application" Level="1">
|
||||
<ComponentGroupRef Id="ProductComponents" />
|
||||
<ComponentGroupRef Id="BenchComponents" />
|
||||
<ComponentGroupRef Id="ExampleComponents" />
|
||||
<ComponentGroupRef Id="PlatformComponents" />
|
||||
<ComponentGroupRef Id="ImageFormatComponents" />
|
||||
<ComponentRef Id="FractoriumStartMenuShortcut"/>
|
||||
@ -84,6 +85,7 @@
|
||||
<Directory Id="AppDataFolder" >
|
||||
<Directory Id="INSTALLFOLDER" Name="Fractorium" >
|
||||
<Directory Id="INSTALLFOLDERBENCH" Name="Bench" />
|
||||
<Directory Id="INSTALLFOLDEREXAMPLES" Name="FlameExamples" />
|
||||
<Directory Id="INSTALLFOLDERPLATFORMS" Name="platforms" />
|
||||
<Directory Id="INSTALLFOLDERIMAGEFORMATS" Name="imageformats" />
|
||||
</Directory>
|
||||
@ -241,6 +243,22 @@
|
||||
<File Id="tatasz_pack_03.gradient" Source="$(var.SolutionDir)..\..\..\Data\tatasz_pack_03.gradient" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tatasz_pack_04.gradient" Guid="455d27f4-215f-4db8-9a06-826e8327b8b3">
|
||||
<File Id="tatasz_pack_04.gradient" Source="$(var.SolutionDir)..\..\..\Data\tatasz_pack_04.gradient" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tatasz_pack_05.gradient" Guid="6a146786-9514-4a3a-b7d7-31d3074e2101">
|
||||
<File Id="tatasz_pack_05.gradient" Source="$(var.SolutionDir)..\..\..\Data\tatasz_pack_05.gradient" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tatasz_pack_06.gradient" Guid="927c7a40-093f-4e1f-8f53-869bb31f219a">
|
||||
<File Id="tatasz_pack_06.gradient" Source="$(var.SolutionDir)..\..\..\Data\tatasz_pack_06.gradient" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tatasz_pack_07.gradient" Guid="917183d1-7e85-478f-9c73-3ca34f50ac70">
|
||||
<File Id="tatasz_pack_07.gradient" Source="$(var.SolutionDir)..\..\..\Data\tatasz_pack_07.gradient" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="Quartz_Varieties.ugr" Guid="b319cfb3-9037-490f-a7bc-608c4fc51361">
|
||||
<File Id="Quartz_Varieties.ugr" Source="$(var.SolutionDir)..\..\..\Data\Quartz_Varieties.ugr" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
@ -318,6 +336,38 @@
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<ComponentGroup Id="ExampleComponents" Directory="INSTALLFOLDEREXAMPLES">
|
||||
<Component Id="pillemaster_hexagonal_tilings.flame" Guid="a0b85758-30b2-49e7-85ca-438046cb83e8">
|
||||
<File Id="pillemaster_hexagonal_tilings.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\pillemaster_hexagonal_tilings.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="plangkye_examples.flame" Guid="aa6c81a6-28e4-49e7-bef6-fdebfe21e47c">
|
||||
<File Id="plangkye_examples.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\plangkye_examples.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tatasz_examples.flame" Guid="27d621ec-88b7-4957-ae5f-9b3cc8c8f21a">
|
||||
<File Id="tatasz_examples.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\tatasz_examples.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tatasz_substitution.flame" Guid="bb1cb196-e5d9-4250-843a-1e649c896ba8">
|
||||
<File Id="tatasz_substitution.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\tatasz_substitution.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="tyrantwave_base_forms.flame" Guid="8773ff3a-d29f-4a41-acb4-e06cafb236ad">
|
||||
<File Id="tyrantwave_base_forms.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\tyrantwave_base_forms.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="b33rheart_examples.flame" Guid="c014f5b0-d45f-4bb5-9af7-ac98326dcef1">
|
||||
<File Id="b33rheart_examples.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\b33rheart_examples.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
|
||||
<Component Id="b33rheart_sierpinski.flame" Guid="535430de-6878-41b2-913e-cb35e915cb4f">
|
||||
<File Id="b33rheart_sierpinski.flame" Source="$(var.SolutionDir)..\..\..\Data\FlameExamples\b33rheart_sierpinski.flame" KeyPath="yes" Checksum="yes" ReadOnly="yes"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<ComponentGroup Id="PlatformComponents" Directory="INSTALLFOLDERPLATFORMS">
|
||||
|
@ -76,6 +76,10 @@ $$ASSETS_DIR/tatasz_pack_02_colder.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_02_dark.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_02_warmer.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_03.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_04.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_05.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_06.gradient \
|
||||
$$ASSETS_DIR/tatasz_pack_07.gradient \
|
||||
$$ASSETS_DIR/Amphibole_Supergroup.ugr \
|
||||
$$ASSETS_DIR/Apatite_Supergroup.ugr \
|
||||
$$ASSETS_DIR/Feldspar_Group.ugr \
|
||||
@ -224,136 +228,8 @@ RESOURCES += \
|
||||
DISTFILES += \
|
||||
../../../Data/FlameExamples/b33rheart_examples.flame \
|
||||
../../../Data/FlameExamples/b33rheart_sierpinski.flame \
|
||||
../../../Data/FlameExamples/pillemaster_hexagonal_tilings.flame \
|
||||
../../../Data/FlameExamples/plangkye_examples.flame \
|
||||
../../../Data/FlameExamples/tatasz_examples.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[a.b-d.d-c.d-a.c] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[a.b2.b2-c.a-b.a] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[a.b2.b2-c.c-a.c] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[a2.b-a.b2.b2.a2] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[a2.b-b.a.a2] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[b.b-a.a3.b3.a2] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[b.b.a-b.a2] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[b2.b-a.a.b2] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[b3.a-a.a.a.a.b] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x/[b3.b3.a-a.a.b] -x^3+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x^2+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x^2+x/[b.b.b-a.a3.b4]C12[-x^3+x^2+x].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x^2+x/[b.b.b-a.b2] -x^3+x^2+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/-x^3+x^2+x/[b2.b-a.a.b2] -x^3+x^2+x.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4/[3a.b-2a.2b] x^2-x+4.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4/[a.a.a.b.b-a.b.b] x^2-x+4.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4/[a.a.b.b-a.a.b.b] x^2-x+4.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4/[b.b-a0.b.b]B2[x^2-x+4].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4/[b0.b0-a.b.c-a.a]B2[x^2-x+4].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^2-x+4/[b0.c0-a.b.c-a.a]B2[x^2-x+4].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.a2.b-a2.b.a2] x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.b-a.b.c-c.b2]B2[x^3+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.b.a2-a.a2.a3] x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.b.a2-b.a2.a2]B2[x^3+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.b2-a.a.b.b2]B2[x^3+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.c-a.a.b-c.c2.a2.a2]B2[x^3+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a.c2.c2-a.b.c-a.b] x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[a3.b.b-a3.a.b] x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[b.a-a.a.a3.a2] x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[b.a.b2-a.b2.a2]B2[x^3+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-1/[b.a.c2-a.b-a.c] x^3+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-2/[b.b-b.b.a2.a2] x^3+2x-2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+2x-2/[b.b.a.a-a2.a2] x^3+2x-2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a.b2-a3.b4.a4]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a.b3.a4-b3.a4]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a.b3.b4-a2.b4]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a.b3.b4-a3.b2]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a2.a2.a7]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a2.a3.a4] x^3+x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a2.a4.a4.a6]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a3.a3.a4.a5]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a3.b3-a.a.a3.a2]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[a3.b3-a.a3.b3.a2]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[b.b.b3-a3.b2]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[b.b2-a2.b4.a4]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[b.b2.a2-b.a5]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3+x-1/[b.b3.a4-a3.a2]B2[x^3+x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+2x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+2x+1/[b.a.a-a.a.a2] x^3-2x^2+2x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+2x+1/[b.b2-a.b.b.b2]B2[x^3-2x^2+2x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+3x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+3x-1/[a.a.b2-a.b2.a2]B2[x^3-2x^2+3x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+3x-1/[a.b-a.b.c-b.a2]B2[x^3-2x^2+3x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+3x-1/[a.b2-b.b.b3.a2]B2[x^3-2x^2+3x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+3x-1/[b.a.a2-a.a.a4]B2[x^3-2x^2+3x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+3x-1/[b2.a2-a.b.b.a2] x^3-2x^2+3x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.a.b-b.b2.a4]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.a.b2-a3.a2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.a2.b-a2.b.b2] x^3-2x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.b-a.a.c-c.b2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.b-a.b.c-b2.c2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.b.a2-b.b2.a2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[a.d-b.c-a.b-a.b.c] x^3-2x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[b.a-a.a2.a2.b2] x^3-2x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[b.a.a2-b.b.a4]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[b.a.b2-a.a3.a2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[b.a3-a.a.b.a3] x^3-2x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[b.b.b2-a.b2.a2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-2x^2+x+1/[b0.b-a.b3.b2]B2[x^3-2x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+1/[a2.a3] x^3-x^2+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+1/[a2.a6.a5]B2[x^3-x^2+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+1/[a3.a4.a5] x^3-x^2+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+1/[a3.a4.a5]B2[x^3-x^2+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x+1/[a.b.b3-a2.b2.b4]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x+1/[b.a-a.a.b.a2] x^3-x^2+2x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x+1/[b.a.a-a.a2] x^3-x^2+2x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a.a2.b2-b.b4.a4]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a.a3.b4-a.b.b3]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a.b2-a.b2.a2]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a.b2-b3.b2.a2.a2]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a.b3-a.b.b3] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a2.b2-b.b3.a3.a2]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a4.a2.a] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[a5.a3.a3.a] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[b.a-a3.a2.b2] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[b.a-a3.a3.b3.b2] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[b.b.b3-b.a3.b3]B2[x^3-x^2+2x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[b.b3-b.b3.a2] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+2x-1/[b3.b-a.a2.b2] x^3-x^2+2x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-1/[a.a.b2.a2-a.a.b] x^3-x^2+3x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-1/[b.b.a-b.b.b2.a2] x^3-x^2+3x-1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-1/[b.b2.a2-a.b.b.a2]B2[x^3-x^2+3x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-1/[b0.a-b.a.a3]B2[x^3-x^2+3x-1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-2/[b.b.a-b.b.a2.a2] x^3-x^2+3x-2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+3x-2/[b.b.a.a-b.a2.a2] x^3-x^2+3x-2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1 1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1 2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b.b2-b.a3.a4]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b.b2-b.a3.b3]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b.b2-b.b3.a3]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b.b2-b2.a2.a4]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b.b3-a3.b2.a2]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b2-a.b.a3]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b2-b.b3.a3.a2]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b2.b2-b3.b3.b2.a2]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[a.b3-a.b.b3.a2] x^3-x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[b.a-b3.a3.b2.a2] x^3-x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[b.a.a3-b.a3.b3]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[b.a3-a.a.a3.a2] x^3-x^2+x+1.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+1/[b.b2.b2-a.b2.b4]B2[x^3-x^2+x+1].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+2/[a3.a3.b-a.b.b] x^3-x^2+x+2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+2/[b.b-a.b.a2.a2] x^3-x^2+x+2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+2/[b.b-a.b.c-a.a]B2[x^3-x^2+x+2].flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+2/[b.b.a-a.a2.a2] x^3-x^2+x+2.flame \
|
||||
../../../Data/FlameExamples/tatasz_tiled_swirls_param_pack/x^3-x^2+x+2/[c0.b-a.a2.a2-a.b]B2[x^3-x^2+x+2].flame \
|
||||
../../../Data/tatasz_pack_04.gradient \
|
||||
../../../Data/tatasz_pack_05.gradient \
|
||||
../../../Data/tatasz_pack_06.gradient \
|
||||
../../../Data/tatasz_pack_07.gradient
|
||||
../../../Data/FlameExamples/tatasz_substitution.flame \
|
||||
../../../Data/FlameExamples/tyrantwave_base_forms.flame
|
||||
|
@ -173,7 +173,7 @@ win32 {
|
||||
QMAKE_CXXFLAGS_DEBUG += /Od #Optimization disabled.
|
||||
QMAKE_CXXFLAGS_DEBUG += /D "_DEBUG" #Debug mode.
|
||||
QMAKE_CXXFLAGS_DEBUG += /RTC1 #Basic runtime checks: stack frames and uninitialized variables.
|
||||
QMAKE_CXXFLAGS_DEBUG += /Ob2 #Inline function expansion: any suitable.
|
||||
QMAKE_CXXFLAGS_DEBUG += /Ob2 #Inline function expansion: any suitable.
|
||||
}
|
||||
|
||||
!win32 {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<flames>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="0" name="Leaves_by_b33rheart" size="1280 800" center="-1.02941 -0.878842" scale="433.31" rotate="-165.601" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="4" gamma="2.75" highlight_power="-0.5" logscale_k2="0" vibrancy="1.18" estimator_radius="20" estimator_minimum="0" estimator_curve="2.25" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="blur_linear post_gaussian pre_depth foci post_sphereblur cropn post_Mobius" new_linear="1" curves="0 0 1 0.270408 0.29898 1 0.565306 0.540816 1 0.717347 0.729592 1 0 0 1 0.164286 0.245918 1 0.344898 0.659184 1 0.754082 0.90102 1 0 0 1 0.245918 0.25 1 0.397959 0.471429 1 0.688776 0.668367 1 0 0 1 0.237755 0.205102 1 0.463265 0.471429 1 0.70102 0.770408 1 " overall_curve="0 0 0.270408 0.29898 0.565306 0.540816 0.717347 0.729592 1 1 " red_curve="0 0 0.164286 0.245918 0.344898 0.659184 0.754082 0.90102 1 1 " green_curve="0 0 0.245918 0.25 0.397959 0.471429 0.688776 0.668367 1 1 " blue_curve="0 0 0.237755 0.205102 0.463265 0.471429 0.70102 0.770408 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="0" name="Leaves_by_b33rheart" size="1280 800" center="-1.02941 -0.878842" scale="433.31" rotate="-165.601" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="4" gamma="2.75" highlight_power="-0.5" logscale_k2="0" vibrancy="1.18" estimator_radius="20" estimator_minimum="0" estimator_curve="2.25" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="blur_linear post_gaussian pre_depth foci post_sphereblur cropn post_Mobius" new_linear="1" curves="0 0 1 0.270408 0.29898 1 0.565306 0.540816 1 0.717347 0.729592 1 0 0 1 0.164286 0.245918 1 0.344898 0.659184 1 0.754082 0.90102 1 0 0 1 0.245918 0.25 1 0.397959 0.471429 1 0.688776 0.668367 1 0 0 1 0.237755 0.205102 1 0.463265 0.471429 1 0.70102 0.770408 1 " overall_curve="0 0 0.270408 0.29898 0.565306 0.540816 0.717347 0.729592 1 1 " red_curve="0 0 0.164286 0.245918 0.344898 0.659184 0.754082 0.90102 1 1 " green_curve="0 0 0.245918 0.25 0.397959 0.471429 0.688776 0.668367 1 1 " blue_curve="0 0 0.237755 0.205102 0.463265 0.471429 0.70102 0.770408 1 1 ">
|
||||
<xform weight="0.05" color="0.0941176" var_color="1" color_speed="0.9" symmetry="-0.8" name="" animate="1" blur_linear="2.5" blur_linear_length="0.03" blur_linear_angle="0" post_gaussian="0.05" coefs="0.533941 -0.328678 0.328678 0.533941 1.23364 -1.08271" post="-0.0154832 1.23404 -1.23193 -0.0737134 -2.95653 0.255059" chaos="0 1 0 " opacity="0"/>
|
||||
<xform weight="0.45" color="0.235294" var_color="1" color_speed="0" symmetry="1" name="" animate="1" pre_depth="1.06" pre_depth_power="1" foci="1" post_sphereblur="0.001" post_sphereblur_power="0.01" coefs="0.92686 -0.375409 0.328391 0.944543 -0.0345039 -1.99332" post="1.13581 0.0371614 0.180943 1.12192 0.311443 0.0251334" chaos="0 1 1.1 " opacity="0"/>
|
||||
<xform weight="0.15" color="0.964706" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" cropn="1" cropn_power="2" cropn_radius="2.9" cropn_scatterdist="0" cropn_zero="1" post_Mobius="1" post_Mobius_Re_A="0.95" post_Mobius_Im_A="0.1" post_Mobius_Re_B="0" post_Mobius_Im_B="0.01" post_Mobius_Re_C="-0.025" post_Mobius_Im_C="0.035" post_Mobius_Re_D="1" post_Mobius_Im_D="0.095" coefs="0.789139 0.00880288 0.137238 0.777163 0.579173 0.114565" post="1.10721 -0.798262 0.604643 1.22374 -1.12018 -0.317806" chaos="1 1.4 1.4 " opacity="1"/>
|
||||
@ -38,7 +38,7 @@
|
||||
80DEB080DCAD7FDAAC7DD6AF78D1B171CCB46AC8B462C4B5
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="1" name="Nebula-like_(needs_DP_for_sharpness)_by_b33rheart" size="1280 1024" center="0.385117 0.487982" scale="562.86" rotate="-146.286" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="11.2" gamma="2.18" highlight_power="-1" logscale_k2="0" vibrancy="1.064" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="1.1" cam_zpos="0.3" cam_persp="-0.13" cam_yaw="0.122173" cam_pitch="0.628319" cam_dof="0.002" blur_curve="45" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_foci pre_sineblur hypertile2 post_spherical post_curl" new_linear="1" curves="0 0 1 0.282653 0.160204 1 0.475511 0.459184 1 0.62347 0.807143 1 0 0 1 0.131633 0.266326 1 0.328571 0.569388 1 0.643877 0.92551 1 0 0 1 0.286735 0.221428 1 0.5 0.418368 1 0.705102 0.594898 1 0 0 1 0.213266 0.225511 1 0.393877 0.463265 1 0.782653 0.778571 1 " overall_curve="0 0 0.282653 0.160204 0.475511 0.459184 0.62347 0.807143 1 1 " red_curve="0 0 0.131633 0.266326 0.328571 0.569388 0.643877 0.92551 1 1 " green_curve="0 0 0.286735 0.221428 0.5 0.418368 0.705102 0.594898 1 1 " blue_curve="0 0 0.213266 0.225511 0.393877 0.463265 0.782653 0.778571 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="1" name="Nebula-like_(needs_DP_for_sharpness)_by_b33rheart" size="1280 1024" center="0.385117 0.487982" scale="562.86" rotate="-146.286" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="11.2" gamma="2.18" highlight_power="-1" logscale_k2="0" vibrancy="1.064" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="1.1" cam_zpos="0.3" cam_persp="-0.13" cam_yaw="0.122173" cam_pitch="0.628319" cam_dof="0.002" blur_curve="45" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_foci pre_sineblur hypertile2 post_spherical post_curl" new_linear="1" curves="0 0 1 0.282653 0.160204 1 0.475511 0.459184 1 0.62347 0.807143 1 0 0 1 0.131633 0.266326 1 0.328571 0.569388 1 0.643877 0.92551 1 0 0 1 0.286735 0.221428 1 0.5 0.418368 1 0.705102 0.594898 1 0 0 1 0.213266 0.225511 1 0.393877 0.463265 1 0.782653 0.778571 1 " overall_curve="0 0 0.282653 0.160204 0.475511 0.459184 0.62347 0.807143 1 1 " red_curve="0 0 0.131633 0.266326 0.328571 0.569388 0.643877 0.92551 1 1 " green_curve="0 0 0.286735 0.221428 0.5 0.418368 0.705102 0.594898 1 1 " blue_curve="0 0 0.213266 0.225511 0.393877 0.463265 0.782653 0.778571 1 1 ">
|
||||
<xform weight="0.25" color="0.254902" var_color="1" color_speed="0.4" symmetry="0.2" name="" animate="1" pre_foci="-0.18789" pre_sineblur="0.001" pre_sineblur_power="0.005" hypertile2="0.340845" hypertile2_p="3" hypertile2_q="0.5" post_spherical="0.064" post_curl="1" post_curl_c1="0.175" post_curl_c2="-0.12" coefs="-0.212737 -0.453337 0.498335 -0.0493145 0.361807 -0.0553965" post="-0.0793591 -0.901482 0.827492 -0.366362 0.388635 0.441856" chaos="65 47.4 0 65 47.4 0 30 30 0 30 30 0 " opacity="1"/>
|
||||
<xform weight="0.25" color="0.239216" var_color="1" color_speed="0.1" symmetry="0.8" name="" animate="1" pre_foci="-0.18789" pre_sineblur="0.001" pre_sineblur_power="0.005" hypertile2="0.340845" hypertile2_p="3" hypertile2_q="0.5" post_spherical="0.064" coefs="-0.0860313 0.364989 -0.315378 -0.202865 0.781059 -0.141089" post="0.146579 -1.5846 1.59027 -0.0588654 0.0662911 0.21513" chaos="1 1.47 1.6 1 1.47 1.6 1 0 0 1 0 0 " opacity="0.4"/>
|
||||
<xform weight="0.25" color="0.196078" var_color="1" color_speed="0.06" symmetry="0.88" name="" animate="1" pre_foci="-0.18789" pre_sineblur="0.001" pre_sineblur_power="0.005" hypertile2="0.340845" hypertile2_p="3" hypertile2_q="0.5" post_spherical="0.064" post_curl="1" post_curl_c1="-0.15" post_curl_c2="0" coefs="0.751316 0.577004 -0.310368 0.895034 0.634952 -0.287429" post="2.50134 0.340282 0.460103 2.48209 -0.128733 0.669922" chaos="2 4 0.7 2 4 0.7 2 0 0 2 0 0 " opacity="0"/>
|
||||
@ -86,7 +86,7 @@
|
||||
132A171C3C1C31492A41692F5C7D3C7C8A4F96A056ADBA68
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="2" name="Nebula-like_2_(needs_DP_for_sharpness)_by_b33rheart" size="1280 1024" center="0.434082 1.09731" scale="584.47" rotate="-21.7214" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="9.7" gamma="2.115" highlight_power="1" logscale_k2="0" vibrancy="1.082" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="1.7" cam_zpos="0.3" cam_persp="-0.13" cam_yaw="0.122173" cam_pitch="0.628319" cam_dof="0.002" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_foci pre_sineblur hypertile2 post_spherical post_curl" new_linear="1" curves="0 0 1 0.327551 0.184694 1 0.495919 0.536735 1 0.639797 0.831633 1 0 0 1 0.139796 0.184693 1 0.402041 0.446939 1 0.570408 0.741836 1 0 0 1 0.286735 0.233673 1 0.487755 0.438776 1 0.717347 0.619388 1 0 0 1 0.237756 0.254082 1 0.414285 0.455102 1 0.766327 0.790816 1 " overall_curve="0 0 0.327551 0.184694 0.495919 0.536735 0.639797 0.831633 1 1 " red_curve="0 0 0.139796 0.184693 0.402041 0.446939 0.570408 0.741836 1 1 " green_curve="0 0 0.286735 0.233673 0.487755 0.438776 0.717347 0.619388 1 1 " blue_curve="0 0 0.237756 0.254082 0.414285 0.455102 0.766327 0.790816 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="2" name="Nebula-like_2_(needs_DP_for_sharpness)_by_b33rheart" size="1280 1024" center="0.434082 1.09731" scale="584.47" rotate="-21.7214" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="9.7" gamma="2.115" highlight_power="1" logscale_k2="0" vibrancy="1.082" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="1.7" cam_zpos="0.3" cam_persp="-0.13" cam_yaw="0.122173" cam_pitch="0.628319" cam_dof="0.002" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_foci pre_sineblur hypertile2 post_spherical post_curl" new_linear="1" curves="0 0 1 0.327551 0.184694 1 0.495919 0.536735 1 0.639797 0.831633 1 0 0 1 0.139796 0.184693 1 0.402041 0.446939 1 0.570408 0.741836 1 0 0 1 0.286735 0.233673 1 0.487755 0.438776 1 0.717347 0.619388 1 0 0 1 0.237756 0.254082 1 0.414285 0.455102 1 0.766327 0.790816 1 " overall_curve="0 0 0.327551 0.184694 0.495919 0.536735 0.639797 0.831633 1 1 " red_curve="0 0 0.139796 0.184693 0.402041 0.446939 0.570408 0.741836 1 1 " green_curve="0 0 0.286735 0.233673 0.487755 0.438776 0.717347 0.619388 1 1 " blue_curve="0 0 0.237756 0.254082 0.414285 0.455102 0.766327 0.790816 1 1 ">
|
||||
<xform weight="0.277" color="0.254" var_color="1" color_speed="0.39" symmetry="0.22" name="" animate="1" pre_foci="-0.18789" pre_sineblur="0.001" pre_sineblur_power="0.001" hypertile2="0.340845" hypertile2_p="3" hypertile2_q="0.5" post_spherical="0.064" post_curl="1" post_curl_c1="0.085" post_curl_c2="-0.02" coefs="0.0807629 -0.285106 0.259041 0.143897 0.186015 0.021056" post="-0.415122 -1.19897 1.14975 -0.536576 0.185741 1.33526" chaos="9 12 27 70 50 " opacity="1"/>
|
||||
<xform weight="0.175" color="0.239216" var_color="1" color_speed="0.1" symmetry="0.8" name="" animate="1" pre_foci="-0.18789" pre_sineblur="0.001" pre_sineblur_power="0.001" hypertile2="0.340845" hypertile2_p="4" hypertile2_q="0.5" post_spherical="0.064" coefs="0.107465 0.13137 -0.165123 0.0392552 0.525952 -0.270897" post="3.45335 0.814504 -2.02251 2.91521 0.31473 0.628886" chaos="2 1.6 1.8 0.3 9.6 " opacity="0.4"/>
|
||||
<xform weight="0.22" color="0.196078" var_color="1" color_speed="0.06" symmetry="0.88" name="" animate="1" pre_foci="-0.18789" pre_sineblur="0.001" pre_sineblur_power="0.001" hypertile2="0.340845" hypertile2_p="3" hypertile2_q="0.5" post_spherical="0.064" post_curl="1" post_curl_c1="-1.45" post_curl_c2="0.35" coefs="-0.27815 0.486685 -0.522504 -0.203034 0.876299 0.15661" post="-2.14553 1.34487 -0.908698 -2.36353 0.924889 1.37452" chaos="1 11.8 0 1 0 " opacity="0"/>
|
||||
@ -127,7 +127,7 @@
|
||||
BD9C5B9981528A66296E4E2C7A7041827167819C775F89A0
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="3" name="3D_parameters_example_(needs_DP_+_high_quality_)_by_b33rheart" size="1100 1100" center="-9.04302 8.85027" scale="25.37" rotate="-120.343" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0.0431373 0.0784314 0.0627451" brightness="4000" gamma="5.65" highlight_power="-1" logscale_k2="0" vibrancy="1.09" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0.4" cam_persp="-0.03" cam_yaw="3.22886" cam_pitch="-0.20944" cam_dof="1.5" blur_curve="60" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="hypertile3D2 post_Spherical3D pre_blur3D pre_curl3D hemisphere post_curl3D post_depth_blur2 post_smartcrop" new_linear="1" curves="0 0 1 0.294898 0.217347 1 0.463265 0.536735 1 0.709184 0.790816 1 0 0 1 0.196939 0.168367 1 0.528571 0.446939 1 0.676531 0.766327 1 0 0 1 0.266327 0.209184 1 0.463265 0.532653 1 0.721429 0.721429 1 0 0 1 0.209184 0.237755 1 0.471429 0.508163 1 0.607143 0.803061 1 " overall_curve="0 0 0.294898 0.217347 0.463265 0.536735 0.709184 0.790816 1 1 " red_curve="0 0 0.196939 0.168367 0.528571 0.446939 0.676531 0.766327 1 1 " green_curve="0 0 0.266327 0.209184 0.463265 0.532653 0.721429 0.721429 1 1 " blue_curve="0 0 0.209184 0.237755 0.471429 0.508163 0.607143 0.803061 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="3" name="3D_parameters_example_(needs_DP_+_high_quality_)_by_b33rheart" size="1100 1100" center="-9.04302 8.85027" scale="25.37" rotate="-120.343" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0.0431373 0.0784314 0.0627451" brightness="4000" gamma="5.65" highlight_power="-1" logscale_k2="0" vibrancy="1.09" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0.4" cam_persp="-0.03" cam_yaw="3.22886" cam_pitch="-0.20944" cam_dof="1.5" blur_curve="60" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="hypertile3D2 post_Spherical3D pre_blur3D pre_curl3D hemisphere post_curl3D post_depth_blur2 post_smartcrop" new_linear="1" curves="0 0 1 0.294898 0.217347 1 0.463265 0.536735 1 0.709184 0.790816 1 0 0 1 0.196939 0.168367 1 0.528571 0.446939 1 0.676531 0.766327 1 0 0 1 0.266327 0.209184 1 0.463265 0.532653 1 0.721429 0.721429 1 0 0 1 0.209184 0.237755 1 0.471429 0.508163 1 0.607143 0.803061 1 " overall_curve="0 0 0.294898 0.217347 0.463265 0.536735 0.709184 0.790816 1 1 " red_curve="0 0 0.196939 0.168367 0.528571 0.446939 0.676531 0.766327 1 1 " green_curve="0 0 0.266327 0.209184 0.463265 0.532653 0.721429 0.721429 1 1 " blue_curve="0 0 0.209184 0.237755 0.471429 0.508163 0.607143 0.803061 1 1 ">
|
||||
<xform weight="0.525" color="0.509804" var_color="1" color_speed="0.15" symmetry="0.7" name="hypertile_structure" animate="1" hypertile3D2="1" hypertile3D2_p="4" hypertile3D2_q="5" post_Spherical3D="5.03755" coefs="-1 -6.12323e-16 6.12323e-16 -1 0 0" post="3.747e-16 -1 1 3.747e-16 0 0" chaos="50 10 0.8 0.8 0.8 " opacity="0"/>
|
||||
<xform weight="2.2" color="0" var_color="1" color_speed="0.56" symmetry="-0.12" name="hypertile_filler" animate="1" pre_blur3D="-6" pre_curl3D="-0.8" pre_curl3D_cx="-0.27" pre_curl3D_cy="0" pre_curl3D_cz="-0.15" hemisphere="5.03755" post_curl3D="1" post_curl3D_cx="0" post_curl3D_cy="0" post_curl3D_cz="-0.035" post_depth_blur2="1" post_depth_blur2_power="3" post_depth_blur2_range="-0.75" post_depth_blur2_blur="-0.2" post_depth_blur2_radius="0.9" post_depth_blur2_x0="0" post_depth_blur2_y0="0" post_depth_blur2_mulx="1" post_depth_blur2_muly="1" post_depth_blur2_exp="1.2" coefs="0.203222 0.0120835 -0.0120835 0.203222 0.4 -0.01875" post="1 2.44929e-16 -2.44929e-16 1 0 0" chaos="0 0 0 0 0 " opacity="0"/>
|
||||
<xform weight="0.7" color="0.919" var_color="1" color_speed="0.945" symmetry="-0.89" name="cube_side" animate="1" pre_curl3D="1" pre_curl3D_cx="0" pre_curl3D_cy="0" pre_curl3D_cz="-0.15" post_smartcrop="2.8355" post_smartcrop_power="4" post_smartcrop_radius="3.24" post_smartcrop_roundstr="0" post_smartcrop_roundwidth="0" post_smartcrop_distortion="1" post_smartcrop_edge="0" post_smartcrop_scatter="0" post_smartcrop_offset="0" post_smartcrop_rotation="0" post_smartcrop_cropmode="2" post_smartcrop_static="2" coefs="1 1.04083e-17 -1.04083e-17 1 0 0" post="-0.866025 -0.5 -1.8735e-16 -1 0.012 0.004" chaos="0 1 0 0 0 " opacity="1"/>
|
||||
@ -168,7 +168,7 @@
|
||||
87D3DAACDDC1D6C289EE7067E84343D0583A955743823B2C
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="4" name="Ethereal_passage_by_b33rheart" size="1280 720" center="0.042241 0.492431" scale="628.63" zoom="1.4" rotate="-2.36566" supersample="2" filter="1.1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="5000" fuse="15" rand_range="1" background="0 0 0" brightness="9.6" gamma="1.85" highlight_power="-0.9" logscale_k2="0" vibrancy="1.08" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="step" interpolation="linear" interpolation_type="linear" plugins="pre_bcircle pre_foci_3D pre_falloff3 pre_falloff2 pre_falloff post_julian post_barycentroid pre_hypertile post_rotate_z pre_unpolar pre_cosh pre_waves pre_waves2 juliascope post_unpolar" new_linear="1" curves="0 0 1 0.188776 0.27449 1 0.487755 0.504082 1 0.643878 0.688775 1 0 0 1 0.278571 0.192857 1 0.483673 0.410204 1 0.705102 0.688776 1 0 0 1 0.258163 0.237755 1 0.495918 0.487755 1 0.705102 0.692857 1 0 0 1 0.168367 0.217347 1 0.340816 0.471429 1 0.696938 0.721429 1 " overall_curve="0 0 0.188776 0.27449 0.487755 0.504082 0.643878 0.688775 1 1 " red_curve="0 0 0.278571 0.192857 0.483673 0.410204 0.705102 0.688776 1 1 " green_curve="0 0 0.258163 0.237755 0.495918 0.487755 0.705102 0.692857 1 1 " blue_curve="0 0 0.168367 0.217347 0.340816 0.471429 0.696938 0.721429 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="4" name="Ethereal_passage_by_b33rheart" size="1280 720" center="0.042241 0.492431" scale="1578.63" rotate="-2.36566" supersample="2" filter="1.1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="5000" fuse="15" rand_range="1" background="0 0 0" brightness="9.6" gamma="1.85" highlight_power="-0.9" logscale_k2="0" vibrancy="1.08" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="step" interpolation="linear" interpolation_type="linear" plugins="pre_bcircle pre_foci_3D pre_falloff3 pre_falloff2 pre_falloff post_julian post_barycentroid pre_hypertile post_rotate_z pre_unpolar pre_cosh pre_waves pre_waves2 juliascope post_unpolar" new_linear="1" curves="0 0 1 0.188776 0.27449 1 0.487755 0.504082 1 0.643878 0.688775 1 0 0 1 0.278571 0.192857 1 0.483673 0.410204 1 0.705102 0.688776 1 0 0 1 0.258163 0.237755 1 0.495918 0.487755 1 0.705102 0.692857 1 0 0 1 0.168367 0.217347 1 0.340816 0.471429 1 0.696938 0.721429 1 " overall_curve="0 0 0.188776 0.27449 0.487755 0.504082 0.643878 0.688775 1 1 " red_curve="0 0 0.278571 0.192857 0.483673 0.410204 0.705102 0.688776 1 1 " green_curve="0 0 0.258163 0.237755 0.495918 0.487755 0.705102 0.692857 1 1 " blue_curve="0 0 0.168367 0.217347 0.340816 0.471429 0.696938 0.721429 1 1 ">
|
||||
<xform weight="0.25" color="0.337" var_color="1" color_speed="-0.1" symmetry="1.2" name="" animate="1" pre_bcircle="0.75" pre_bcircle_scale="1" pre_bcircle_borderwidth="0" pre_foci_3D="2.45" pre_falloff3="0.3" pre_falloff3_blur_type="0" pre_falloff3_blur_shape="0" pre_falloff3_blur_strength="3" pre_falloff3_min_distance="0" pre_falloff3_invert_distance="0" pre_falloff3_mul_x="1" pre_falloff3_mul_y="1" pre_falloff3_mul_z="0" pre_falloff3_mul_c="1" pre_falloff3_center_x="1.6" pre_falloff3_center_y="0" pre_falloff3_center_z="0" pre_falloff3_alpha="0.35" pre_falloff2="1" pre_falloff2_scatter="0.45" pre_falloff2_mindist="0" pre_falloff2_mul_x="1" pre_falloff2_mul_y="1" pre_falloff2_mul_z="0.7" pre_falloff2_mul_c="0.75" pre_falloff2_x0="0.95" pre_falloff2_y0="0" pre_falloff2_z0="0" pre_falloff2_invert="1" pre_falloff2_type="0" pre_falloff="0.05" pre_falloff_scatter="1" pre_falloff_mindist="0.7" pre_falloff_mul_x="1" pre_falloff_mul_y="1" pre_falloff_mul_z="0" pre_falloff_x0="0" pre_falloff_y0="0" pre_falloff_z0="0.6" pre_falloff_invert="0" pre_falloff_type="2" pre_falloff_boxpow="2" post_julian="0.95" post_julian_dist="1.45" post_julian_power="4" post_barycentroid="-1.35" post_barycentroid_a="1" post_barycentroid_b="0" post_barycentroid_c="0" post_barycentroid_d="1" coefs="-2.69086 -0.576013 0.576013 -2.69086 0.362436 -0.304763" post="-0.00132114 6.52054 -6.52054 -0.00132114 0.55478 0.401787" chaos="0 1 2.14114 " opacity="1"/>
|
||||
<xform weight="0.25" color="0.0397948" var_color="1" color_speed="0.4" symmetry="0.2" name="" animate="1" pre_hypertile="2.15" pre_hypertile_p="3.15" pre_hypertile_q="7" pre_hypertile_n="3" post_rotate_z="-0.25" coefs="-0.625924 1.25617 -1.25617 -0.625924 0.76422 -0.770218" post="0.0698202 -0.379387 0.379387 0.0698202 -2.07652 0.90075" chaos="0 0.080034 1 " opacity="1"/>
|
||||
<xform weight="0.15" color="0.388235" var_color="1" color_speed="0.4" symmetry="0.2" name="" animate="1" pre_unpolar="7.25" coefs="0.228064 -0.593071 0.593071 0.228064 -0.920096 0.686297" post="-1.10967 -0.447953 0.447953 -1.10967 -1.32156 0.323311" chaos="1.91655 2.30032 2.04027 " opacity="1"/>
|
||||
@ -208,7 +208,7 @@
|
||||
F4A9B1F8ADB4FAB0B7FCB1B8FEB2B9FEB1B8FCAEB6FBABB3
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="5" name="julian+spherical+foci_by_b33rheart" size="1000 1000" center="0.170215 0.728427" scale="448.18" rotate="-71.5223" supersample="2" filter="0.7" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="7" gamma="9.65" highlight_power="-0.3" logscale_k2="0" vibrancy="1.161" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0.08" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="julian pre_foci spherical linear post_circleblur post_bubble2 post_blur_zoom bubble" new_linear="1" curves="0 0 1 0.270408 0.176531 1 0.434694 0.434694 1 0.656122 0.811224 1 0 0 1 0.278571 0.196939 1 0.516327 0.512245 1 0.705102 0.786735 1 0 0 1 0.266327 0.209184 1 0.504082 0.459184 1 0.709184 0.709184 1 0 0 1 0.254082 0.20102 1 0.459184 0.54898 1 0.72551 0.807143 1 " overall_curve="0 0 0.270408 0.176531 0.434694 0.434694 0.656122 0.811224 1 1 " red_curve="0 0 0.278571 0.196939 0.516327 0.512245 0.705102 0.786735 1 1 " green_curve="0 0 0.266327 0.209184 0.504082 0.459184 0.709184 0.709184 1 1 " blue_curve="0 0 0.254082 0.20102 0.459184 0.54898 0.72551 0.807143 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="5" name="julian+spherical+foci_by_b33rheart" size="1000 1000" center="0.170215 0.728427" scale="448.18" rotate="-71.5223" supersample="2" filter="0.7" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="7" gamma="9.65" highlight_power="-0.3" logscale_k2="0" vibrancy="1.161" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0.08" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="julian pre_foci spherical linear post_circleblur post_bubble2 post_blur_zoom bubble" new_linear="1" curves="0 0 1 0.270408 0.176531 1 0.434694 0.434694 1 0.656122 0.811224 1 0 0 1 0.278571 0.196939 1 0.516327 0.512245 1 0.705102 0.786735 1 0 0 1 0.266327 0.209184 1 0.504082 0.459184 1 0.709184 0.709184 1 0 0 1 0.254082 0.20102 1 0.459184 0.54898 1 0.72551 0.807143 1 " overall_curve="0 0 0.270408 0.176531 0.434694 0.434694 0.656122 0.811224 1 1 " red_curve="0 0 0.278571 0.196939 0.516327 0.512245 0.705102 0.786735 1 1 " green_curve="0 0 0.266327 0.209184 0.504082 0.459184 0.709184 0.709184 1 1 " blue_curve="0 0 0.254082 0.20102 0.459184 0.54898 0.72551 0.807143 1 1 ">
|
||||
<xform weight="25.15" color="0.216" var_color="1" color_speed="0.078" symmetry="0.844" name="iterator" animate="0" julian="0.89" julian_dist="1" julian_power="-3" coefs="0.10138 -0.142793 -0.142793 -0.10138 0.0179695 0.158807" post="-1.44285 1.42365 -1.42365 -1.44285 0.107401 1.08689" chaos="0 0 1 0 0 " opacity="0"/>
|
||||
<xform weight="1" color="0.246" var_color="1" color_speed="-0.012" symmetry="1.024" name="base_structure" animate="0" pre_foci="0.794" spherical="0.962" coefs="0.255719 0.167884 0.167884 -0.255719 1.08329 0.538337" post="0.806804 0.283189 -0.283189 0.806804 0.046933 0.120761" chaos="1 0 0 1 1 " opacity="1"/>
|
||||
<xform weight="1" color="0.02" var_color="1" color_speed="-0.008" symmetry="1.016" name="base_structure" animate="0" linear="1" spherical="0.125" coefs="-0.0927102 0.97953 -0.97953 -0.0927102 0.974455 -0.212981" post="1.01086 0.0251104 -0.0251104 1.01086 0.00268495 0.234361" chaos="0 1 0 0 0 " opacity="0"/>
|
||||
@ -249,7 +249,7 @@
|
||||
BA6332C45210AD4A21A6391B954940AC6158C6967EEFBC96
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="6" name="Darkness_by_b33rheart" size="1280 800" center="-2.67036 -0.833034" scale="407.93" zoom="0.8" rotate="101.331" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0.0784314 0.0784314 0.109804" brightness="120" gamma="2.75" highlight_power="-1" logscale_k2="0" vibrancy="1.01" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0.11" cam_yaw="2.01586" cam_pitch="-0.959931" cam_dof="0.025" blur_curve="10" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_foci_3D dc_ztransl post_Voron Mobius perspective post_foci_3D" new_linear="1" curves="0 0 1 0.254082 0.172449 1 0.463265 0.491837 1 0.692857 0.721429 1 0 0 1 0.221429 0.270408 1 0.47551 0.422449 1 0.684694 0.745918 1 0 0 1 0.270408 0.25 1 0.508163 0.483673 1 0.745918 0.737755 1 0 0 1 0.270408 0.156122 1 0.512245 0.504082 1 0.762245 0.758163 1 " overall_curve="0 0 0.254082 0.172449 0.463265 0.491837 0.692857 0.721429 1 1 " red_curve="0 0 0.221429 0.270408 0.47551 0.422449 0.684694 0.745918 1 1 " green_curve="0 0 0.270408 0.25 0.508163 0.483673 0.745918 0.737755 1 1 " blue_curve="0 0 0.270408 0.156122 0.512245 0.504082 0.762245 0.758163 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="6" name="Darkness_by_b33rheart" size="1280 800" center="-2.67036 -0.833034" scale="407.93" zoom="0.8" rotate="101.331" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0.0784314 0.0784314 0.109804" brightness="120" gamma="2.75" highlight_power="-1" logscale_k2="0" vibrancy="1.01" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0.11" cam_yaw="2.01586" cam_pitch="-0.959931" cam_dof="0.025" blur_curve="10" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_foci_3D dc_ztransl post_Voron Mobius perspective post_foci_3D" new_linear="1" curves="0 0 1 0.254082 0.172449 1 0.463265 0.491837 1 0.692857 0.721429 1 0 0 1 0.221429 0.270408 1 0.47551 0.422449 1 0.684694 0.745918 1 0 0 1 0.270408 0.25 1 0.508163 0.483673 1 0.745918 0.737755 1 0 0 1 0.270408 0.156122 1 0.512245 0.504082 1 0.762245 0.758163 1 " overall_curve="0 0 0.254082 0.172449 0.463265 0.491837 0.692857 0.721429 1 1 " red_curve="0 0 0.221429 0.270408 0.47551 0.422449 0.684694 0.745918 1 1 " green_curve="0 0 0.270408 0.25 0.508163 0.483673 0.745918 0.737755 1 1 " blue_curve="0 0 0.270408 0.156122 0.512245 0.504082 0.762245 0.758163 1 1 ">
|
||||
<xform weight="0.25" color="0.0145693" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" pre_foci_3D="1" dc_ztransl="0.75" dc_ztransl_x0="0" dc_ztransl_x1="1" dc_ztransl_factor="1" dc_ztransl_overwrite="1" dc_ztransl_clamp="0" post_Voron="1.25" post_Voron_K="0.99" post_Voron_Step="0.25" post_Voron_Num="1" post_Voron_XSeed="3" post_Voron_YSeed="7" coefs="0.47993 1.82192 -1.82192 0.47993 0 0" opacity="1"/>
|
||||
<finalxform color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="0" Mobius="0.35" Mobius_Re_A="1" Mobius_Im_A="0.7" Mobius_Re_B="0" Mobius_Im_B="0" Mobius_Re_C="0" Mobius_Im_C="0" Mobius_Re_D="1" Mobius_Im_D="2.05" perspective="2.55" perspective_angle="0" perspective_dist="0" post_foci_3D="-0.7" coefs="1 0 0 1 -1.5 0" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
@ -287,7 +287,7 @@
|
||||
86A2917F8D7C8C7E698D735C856354845B4E864E3585402B
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="7" name="Cloud_(needs_high_qualiry_(100k))_by_b33rheart" size="1920 900" center="-0.172248 -0.958742" scale="862.79" rotate="212.503" supersample="2" filter="0.9" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="94" gamma="2.32" highlight_power="0.13" logscale_k2="0" vibrancy="1.134" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="8.87" cam_zpos="0.345" cam_persp="0.05" cam_yaw="-0.890118" cam_pitch="0.139626" cam_dof="0.06" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="curl3D pre_gaussian_blur pre_sineblur pre_curl3D bipolar" new_linear="1" curves="0 0 1 0.233674 0.15204 1 0.495919 0.344898 1 0.713265 0.696938 1 0 0 1 0.290816 0.217347 1 0.553062 0.459184 1 0.75 0.75 1 0 0 1 0.20102 0.156123 1 0.389796 0.348979 1 0.623469 0.607142 1 0 0 1 0.184694 0.298979 1 0.324489 0.634694 1 0.664285 0.880611 1 " overall_curve="0 0 0.233674 0.15204 0.495919 0.344898 0.713265 0.696938 1 1 " red_curve="0 0 0.290816 0.217347 0.553062 0.459184 0.75 0.75 1 1 " green_curve="0 0 0.20102 0.156123 0.389796 0.348979 0.623469 0.607142 1 1 " blue_curve="0 0 0.184694 0.298979 0.324489 0.634694 0.664285 0.880611 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="7" name="Cloud_(needs_high_qualiry_(100k))_by_b33rheart" size="1920 900" center="-0.172248 -0.958742" scale="862.79" rotate="212.503" supersample="2" filter="0.9" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="94" gamma="2.32" highlight_power="0.13" logscale_k2="0" vibrancy="1.134" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="8.87" cam_zpos="0.345" cam_persp="0.05" cam_yaw="-0.890118" cam_pitch="0.139626" cam_dof="0.06" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="curl3D pre_gaussian_blur pre_sineblur pre_curl3D bipolar" new_linear="1" curves="0 0 1 0.233674 0.15204 1 0.495919 0.344898 1 0.713265 0.696938 1 0 0 1 0.290816 0.217347 1 0.553062 0.459184 1 0.75 0.75 1 0 0 1 0.20102 0.156123 1 0.389796 0.348979 1 0.623469 0.607142 1 0 0 1 0.184694 0.298979 1 0.324489 0.634694 1 0.664285 0.880611 1 " overall_curve="0 0 0.233674 0.15204 0.495919 0.344898 0.713265 0.696938 1 1 " red_curve="0 0 0.290816 0.217347 0.553062 0.459184 0.75 0.75 1 1 " green_curve="0 0 0.20102 0.156123 0.389796 0.348979 0.623469 0.607142 1 1 " blue_curve="0 0 0.184694 0.298979 0.324489 0.634694 0.664285 0.880611 1 1 ">
|
||||
<xform weight="0.6" color="0.764706" var_color="1" color_speed="-0.14" symmetry="1.28" name="" animate="0" curl3D="1" curl3D_cx="-0.545" curl3D_cy="-0.9" curl3D_cz="0.45" coefs="0.611852 -0.893264 0.893264 0.611852 0.4 -0.25" post="-0.805563 -0.505554 0.505554 -0.805563 -0.23108 -0.0999384" chaos="2.2 0.8 0.8 0 1.1 2.1 3.2 " opacity="1"/>
|
||||
<xform weight="0.25" color="0.917647" var_color="1" color_speed="0.45" symmetry="0.1" name="" animate="0" curl3D="1" curl3D_cx="-0.55" curl3D_cy="-0.8" curl3D_cz="0.45" coefs="-1.24444 -0.265552 0.265552 -1.24444 0.529999 0.133335" post="-0.90342 -0.869529 0.869529 -0.90342 -0.505555 0.427778" chaos="1 1.2 1.3 0 0 2.7 0 " opacity="1"/>
|
||||
<xform weight="0.4" color="0.886275" var_color="1" color_speed="0.09" symmetry="0.82" name="" animate="0" pre_gaussian_blur="0.014" curl3D="1" curl3D_cx="-0.55" curl3D_cy="-0.8" curl3D_cz="0.45" coefs="0.805555 -1.67111 1.67111 0.805555 0.722223 -0.105556" post="-0.4 0.200001 -0.200001 -0.4 0.166667 -0.116667" chaos="1.6 1.3 0.9 0 3.1 2.3 2.8 " opacity="1"/>
|
||||
@ -331,7 +331,7 @@
|
||||
75704D67794D798A4C95984FA9A256ABA85698A15F708473
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="8" name="Monochrome_surface_example_by_b33rheart" size="1280 720" center="1.02855 -0.482974" scale="911.45" rotate="151.074" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="3.75" gamma="1.65" highlight_power="-0.6" logscale_k2="0" vibrancy="0.96" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.8" cam_zpos="0" cam_persp="0.32" cam_yaw="0" cam_pitch="0.244346" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear pre_log post_hyperbolic post_rblur post_sineblur" new_linear="1" curves="0 0 1 0.286735 0.20102 1 0.479592 0.483673 1 0.680612 0.762245 1 0 0 1 0.254082 0.205102 1 0.55102 0.469388 1 0.692857 0.684694 1 0 0 1 0.237755 0.254082 1 0.481633 0.485714 1 0.717347 0.766327 1 0 0 1 0.233673 0.254082 1 0.502041 0.497959 1 0.652041 0.729592 1 " overall_curve="0 0 0.286735 0.20102 0.479592 0.483673 0.680612 0.762245 1 1 " red_curve="0 0 0.254082 0.205102 0.55102 0.469388 0.692857 0.684694 1 1 " green_curve="0 0 0.237755 0.254082 0.481633 0.485714 0.717347 0.766327 1 1 " blue_curve="0 0 0.233673 0.254082 0.502041 0.497959 0.652041 0.729592 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="8" name="Monochrome_surface_example_by_b33rheart" size="1280 720" center="1.02855 -0.482974" scale="911.45" rotate="151.074" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="3.75" gamma="1.65" highlight_power="-0.6" logscale_k2="0" vibrancy="0.96" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.8" cam_zpos="0" cam_persp="0.32" cam_yaw="0" cam_pitch="0.244346" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear pre_log post_hyperbolic post_rblur post_sineblur" new_linear="1" curves="0 0 1 0.286735 0.20102 1 0.479592 0.483673 1 0.680612 0.762245 1 0 0 1 0.254082 0.205102 1 0.55102 0.469388 1 0.692857 0.684694 1 0 0 1 0.237755 0.254082 1 0.481633 0.485714 1 0.717347 0.766327 1 0 0 1 0.233673 0.254082 1 0.502041 0.497959 1 0.652041 0.729592 1 " overall_curve="0 0 0.286735 0.20102 0.479592 0.483673 0.680612 0.762245 1 1 " red_curve="0 0 0.254082 0.205102 0.55102 0.469388 0.692857 0.684694 1 1 " green_curve="0 0 0.237755 0.254082 0.481633 0.485714 0.717347 0.766327 1 1 " blue_curve="0 0 0.233673 0.254082 0.502041 0.497959 0.652041 0.729592 1 1 ">
|
||||
<xform weight="0.333333" color="0.878431" var_color="1" color_speed="0.7" symmetry="-0.4" name="" animate="0" linear="1" coefs="0.138995 -1.03941 1.03941 0.138995 1.61096 1.93355" post="-0.173999 -0.4524 0.4524 -0.173999 -0.371 -0.167623" chaos="0.15 0 1.2 0.3 " opacity="1"/>
|
||||
<xform weight="0.333333" color="0.87451" var_color="1" color_speed="0.4" symmetry="0.2" name="" animate="0" linear="1" coefs="0.732089 -0.227366 0.227366 0.732089 -1.30301 -0.164691" post="0.681945 -0.00374213 0.00374213 0.681945 1.38389 0.334899" chaos="1.4 1.8 2.4 0.5 " opacity="1"/>
|
||||
<xform weight="0.333333" color="0.556863" var_color="1" color_speed="0.58" symmetry="-0.16" name="" animate="0" linear="1" coefs="-1.19497 -0.754294 0.754294 -1.19497 -0.584227 -0.147692" post="-0.68467 0.111236 -0.111236 -0.68467 0.231152 -0.122591" chaos="1.8 3.4 1.1 1.9 " opacity="1"/>
|
||||
@ -371,7 +371,7 @@
|
||||
6E553D6F543D765B4183664982674987694C896C4E8F7355
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="9" name="Starfield_example_by_b33rheart" size="1200 1200" center="-0.435442 -1.22644" scale="117.4" zoom="2.716" rotate="245.794" supersample="2" filter="1.7" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="6.01" gamma="2.65" highlight_power="1" logscale_k2="0" vibrancy="0.18" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.23" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear Mobius" new_linear="1" curves="0 0 1 0.270408 0.172449 1 0.434693 0.479592 1 0.733673 0.77449 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.270408 0.172449 0.434693 0.479592 0.733673 0.77449 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="9" name="Starfield_example_by_b33rheart" size="1200 1200" center="-0.435442 -1.22644" scale="717.4" rotate="245.794" supersample="2" filter="1.7" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="6.01" gamma="2.65" highlight_power="1" logscale_k2="0" vibrancy="0.18" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.23" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear Mobius" new_linear="1" curves="0 0 1 0.270408 0.172449 1 0.434693 0.479592 1 0.733673 0.77449 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.270408 0.172449 0.434693 0.479592 0.733673 0.77449 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.4" color="0.508064" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-1.40545 -2.08463 2.08463 -1.40545 -0.319072 0.359288" post="-0.00385552 1.45294 -1.45294 -0.00385552 0.696435 0.446922" opacity="1"/>
|
||||
<xform weight="0.4" color="0.295321" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" Mobius="-0.04" Mobius_Re_A="-0.92" Mobius_Im_A="0.262" Mobius_Re_B="-1.94" Mobius_Im_B="-0.12" Mobius_Re_C="0.04" Mobius_Im_C="-0.15" Mobius_Re_D="0.23" Mobius_Im_D="0.124" coefs="-0.0161673 -1.25621 1.4729 0.0146407 0.0239833 -1.31197" post="1.16537 2.20594 -2.79069 1.61605 -0.24727 -0.0508811" opacity="1"/>
|
||||
<xform weight="1.45" color="0.0237016" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1.7" coefs="1.06659 -0.158095 0.230266 1.03549 1.01922 0.89188" post="-0.280616 -0.460417 0.480763 -0.340878 -0.504184 -0.184316" opacity="1"/>
|
||||
@ -412,7 +412,7 @@
|
||||
898B8C888C8C888C8C888B8C878B8C878B8C878B8C878B8C
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="10" name="3D_illusion_by_b33rheart" size="1280 720" center="1.14653 1.10944" scale="584.4" rotate="88.3849" supersample="2" filter="0.8" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0.00784314 0 0.0784314" brightness="135" gamma="5.25" highlight_power="-0.5" logscale_k2="0" vibrancy="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="nBlur linear hexes post_log" new_linear="1" curves="0 0 1 0.29898 0.180612 1 0.459184 0.495919 1 0.643877 0.754082 1 0 0 1 0.254082 0.192857 1 0.467347 0.532653 1 0.745918 0.733673 1 0 0 1 0.245918 0.282653 1 0.585714 0.569388 1 0.745918 0.778571 1 0 0 1 0.29898 0.262245 1 0.557143 0.495918 1 0.786735 0.721429 1 " overall_curve="0 0 0.29898 0.180612 0.459184 0.495919 0.643877 0.754082 1 1 " red_curve="0 0 0.254082 0.192857 0.467347 0.532653 0.745918 0.733673 1 1 " green_curve="0 0 0.245918 0.282653 0.585714 0.569388 0.745918 0.778571 1 1 " blue_curve="0 0 0.29898 0.262245 0.557143 0.495918 0.786735 0.721429 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="10" name="3D_illusion_by_b33rheart" size="1280 720" center="1.14653 1.10944" scale="584.4" rotate="88.3849" supersample="2" filter="1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0.00784314 0 0.0784314" brightness="135" gamma="5.25" highlight_power="-0.5" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="nBlur linear hexes post_log" new_linear="1" curves="0 0 1 0.29898 0.180612 1 0.459184 0.495919 1 0.643877 0.754082 1 0 0 1 0.254082 0.192857 1 0.467347 0.532653 1 0.745918 0.733673 1 0 0 1 0.245918 0.282653 1 0.585714 0.569388 1 0.745918 0.778571 1 0 0 1 0.29898 0.262245 1 0.557143 0.495918 1 0.786735 0.721429 1 " overall_curve="0 0 0.29898 0.180612 0.459184 0.495919 0.643877 0.754082 1 1 " red_curve="0 0 0.254082 0.192857 0.467347 0.532653 0.745918 0.733673 1 1 " green_curve="0 0 0.245918 0.282653 0.585714 0.569388 0.745918 0.778571 1 1 " blue_curve="0 0 0.29898 0.262245 0.557143 0.495918 0.786735 0.721429 1 1 ">
|
||||
<xform weight="0.6" color="0.729" var_color="1" color_speed="0" symmetry="1" name="" animate="1" nBlur="1" nBlur_numEdges="3" nBlur_numStripes="-15" nBlur_ratioStripes="0.45" nBlur_ratioHole="0.6" nBlur_circumCircle="0" nBlur_adjustToLinear="0" nBlur_equalBlur="0" nBlur_exactCalc="0" nBlur_highlightEdges="0.1" coefs="1.497 0 0 1.497 0 0" post="-0.667332 0 0 -0.222444 -0.00075 -0.888889" chaos="0 0 0 99 0 1.94428 2.90864 1.6827 1 0 1 " opacity="0"/>
|
||||
<xform weight="0.6" color="0.784" var_color="1" color_speed="1" symmetry="-1" name="" animate="1" linear="1" coefs="0.498653 0.863691 -0.863691 0.498653 0 0" post="1.002 0 0 1.002 -0.00075 0" chaos="1 0.17209 0 2.91714 0.604784 2.91066 0 2.66243 0 0 2.12991 " opacity="0"/>
|
||||
<xform weight="0.6" color="0.325" var_color="1" color_speed="1" symmetry="-1" name="" animate="1" linear="1" coefs="-0.499002 0.864296 -0.864296 -0.499002 0 0" post="1.002 0 0 1.002 -0.00075 0" chaos="1.75599 2.12989 0.841254 1.46722 0 1.15739 2.7377 1 1 2.20635 0 " opacity="0.6"/>
|
||||
@ -460,7 +460,7 @@
|
||||
6C7371633E510E4A5C6E5A72095B6D6D546B646273174C5F
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="11" name="cross_variation_example_by_b33rheart" size="1440 700" center="0.0382766 0.0138679" scale="1024.75" zoom="1" rotate="196.042" supersample="2" filter="1" filter_shape="mitchell" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="3.31" gamma="2.7" highlight_power="-0.3" logscale_k2="0" vibrancy="1.02" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="-0.21" cam_yaw="0" cam_pitch="0.436332" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="cross sineblur blur_linear blur post_blur_circle pre_eJulia bipolar post_pow_block" new_linear="1" curves="0 0 1 0.184694 0.147959 1 0.618367 0.499999 1 0.884694 0.843877 1 0 0 1 0.205102 0.127551 1 0.412245 0.261224 1 0.459184 0.434693 1 0 0 1 0.221428 0.135715 1 0.528571 0.410203 1 0.758164 0.611224 1 0 0 1 0.130612 0.110204 1 0.270408 0.270408 1 0.532653 0.373469 1 " overall_curve="0 0 0.184694 0.147959 0.618367 0.499999 0.884694 0.843877 1 1 " red_curve="0 0 0.205102 0.127551 0.412245 0.261224 0.459184 0.434693 0.680612 0.758163 1 1 " green_curve="0 0 0.221428 0.135715 0.528571 0.410203 0.758164 0.611224 1 1 " blue_curve="0 0 0.130612 0.110204 0.270408 0.270408 0.532653 0.373469 0.652041 0.705102 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="11" name="cross_variation_example_by_b33rheart" size="1440 700" center="0.0382766 0.0138679" scale="2035.75" rotate="196.042" supersample="2" filter="1" filter_shape="mitchell" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="3.31" gamma="2.7" highlight_power="-0.3" logscale_k2="0" vibrancy="1.02" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="-0.21" cam_yaw="0" cam_pitch="0.436332" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="cross sineblur blur_linear blur post_blur_circle pre_eJulia bipolar post_pow_block" new_linear="1" curves="0 0 1 0.184694 0.147959 1 0.618367 0.499999 1 0.884694 0.843877 1 0 0 1 0.205102 0.127551 1 0.412245 0.261224 1 0.459184 0.434693 1 0 0 1 0.221428 0.135715 1 0.528571 0.410203 1 0.758164 0.611224 1 0 0 1 0.130612 0.110204 1 0.270408 0.270408 1 0.532653 0.373469 1 " overall_curve="0 0 0.184694 0.147959 0.618367 0.499999 0.884694 0.843877 1 1 " red_curve="0 0 0.205102 0.127551 0.412245 0.261224 0.459184 0.434693 0.680612 0.758163 1 1 " green_curve="0 0 0.221428 0.135715 0.528571 0.410203 0.758164 0.611224 1 1 " blue_curve="0 0 0.130612 0.110204 0.270408 0.270408 0.532653 0.373469 0.652041 0.705102 1 1 ">
|
||||
<xform weight="0.053" color="0.761" var_color="1" color_speed="-0.03" symmetry="1.06" name="" animate="1" cross="1.6" sineblur="0.0004" sineblur_power="0.75" coefs="-0.359091 0.00163096 -0.00163096 -0.359091 -0.802963 -0.147308" post="1.84988 0.0300783 -0.0300783 1.84988 1.19717 -0.859887" chaos="1 1 1 1 1 0 " opacity="1"/>
|
||||
<xform weight="1" color="0.717" var_color="1" color_speed="0.49" symmetry="0.02" name="" animate="1" cross="1.6" sineblur="0.0004" sineblur_power="0.75" coefs="-0.359091 0.00163096 -0.00163096 -0.359091 -0.802963 -0.147308" post="1.84988 0.0300783 -0.0300783 1.84988 1.19717 -0.859887" chaos="1 1 1 1 1 0 " opacity="1"/>
|
||||
<xform weight="1" color="0.741" var_color="1" color_speed="0.18" symmetry="0.64" name="" animate="1" cross="1.6" sineblur="0.0004" sineblur_power="0.75" coefs="-0.359091 0.00163096 -0.00163096 -0.359091 -0.802963 -0.147308" post="1.84988 0.0300783 -0.0300783 1.84988 1.19717 -0.859887" chaos="1 1 1 1 1 0 " opacity="1"/>
|
||||
@ -503,11 +503,11 @@
|
||||
D54516A757028F4C155D421D2A442B143C55054D70005695
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="12" name="Cocoons_by_b33rheart" size="1440 700" center="0.935549 -0.220572" scale="1108.63" rotate="72.5161" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="2.71" gamma="3.1" highlight_power="-0.6" logscale_k2="0" vibrancy="0.97" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_mirror_x foci post_linear post_csch post_sineblur post_square bipolar pre_cylinder post_spherical post_blur_linear post_bipolar pre_bipolar" new_linear="1" curves="0 0 1 0.188776 0.103061 1 0.44898 0.37551 1 0.705102 0.660204 1 0 0 1 0.221429 0.209184 1 0.491837 0.516327 1 0.676531 0.95 1 0 0 1 0.27449 0.184693 1 0.536734 0.397958 1 0.705102 0.639796 1 0 0 1 0.172449 0.233673 1 0.357143 0.483673 1 0.672448 0.856122 1 " overall_curve="0 0 0.188776 0.103061 0.44898 0.37551 0.705102 0.660204 1 1 " red_curve="0 0 0.221429 0.209184 0.491837 0.516327 0.676531 0.95 1 1 " green_curve="0 0 0.27449 0.184693 0.536734 0.397958 0.705102 0.639796 1 1 " blue_curve="0 0 0.172449 0.233673 0.357143 0.483673 0.672448 0.856122 1 1 ">
|
||||
<xform weight="0.95" color="0.870588" var_color="1" color_speed="0.39" symmetry="0.22" name="" animate="0" pre_mirror_x="0.05" foci="1.199" post_linear="-1.27324" post_csch="0.99" post_sineblur="0.009" post_sineblur_power="2" post_square="0.042" coefs="0.713867 0.412904 -0.412904 0.713867 -1.29135 0.242931" post="0.738071 0.71095 -0.71095 0.738071 1.01941 0.298045" chaos="0.2 0.6 0.9 0 " opacity="0"/>
|
||||
<xform weight="1" color="1" var_color="1" color_speed="-0.001" symmetry="1.002" name="" animate="0" pre_mirror_x="0.05" foci="0.986" bipolar="-0.2" bipolar_shift="0.5" post_linear="-1.27324" post_csch="1.093" coefs="0.0531637 0.457309 -0.465194 0.0495044 -0.463984 0.478954" post="0.917681 -0.0561272 0.0561272 0.917681 0.381665 0.407859" chaos="1.2 2.9 0.1 0 " opacity="1"/>
|
||||
<xform weight="0.3" color="0.878431" var_color="1" color_speed="0.84" symmetry="-0.68" name="" animate="0" pre_cylinder="1.022" pre_mirror_x="1" foci="1.245" post_linear="-1.27324" post_csch="1.34" post_spherical="0.014" post_blur_linear="0.95" post_blur_linear_length="1.785" post_blur_linear_angle="0" post_sineblur="0.55" post_sineblur_power="0.0001" coefs="0.110457 -0.0660557 0.0660557 0.110457 -0.854999 0.0690825" post="0.430538 1.71129 -1.71129 0.430538 1.07102 -0.0787078" chaos="0 3 0 0 " opacity="0"/>
|
||||
<xform weight="0.019" color="1" var_color="1" color_speed="-0.001" symmetry="1.002" name="" animate="0" pre_mirror_x="0.05" foci="0.986" bipolar="-0.2" bipolar_shift="0.5" post_linear="-1.27324" post_csch="1.093" post_bipolar="0.15" post_bipolar_shift="0" coefs="0.319872 -0.178368 0.17808 0.32678 -0.725911 0.699721" post="0.910198 -0.0598691 0.0598691 0.910198 0.39289 0.400375" chaos="1.2 2 0 99 " opacity="0"/>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="12" name="Cocoons_by_b33rheart" size="1440 700" center="0.935549 -0.220572" scale="1108.63" rotate="72.5161" supersample="2" filter="0.6" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="2.71" gamma="3.1" highlight_power="-0.6" logscale_k2="0" vibrancy="0.97" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_mirror_x foci post_csch post_sineblur post_square bipolar pre_cylinder post_spherical post_blur_linear post_bipolar pre_bipolar" new_linear="1" curves="0 0 1 0.188776 0.103061 1 0.44898 0.37551 1 0.705102 0.660204 1 0 0 1 0.221429 0.209184 1 0.491837 0.516327 1 0.676531 0.95 1 0 0 1 0.27449 0.184693 1 0.536734 0.397958 1 0.705102 0.639796 1 0 0 1 0.172449 0.233673 1 0.357143 0.483673 1 0.672448 0.856122 1 " overall_curve="0 0 0.188776 0.103061 0.44898 0.37551 0.705102 0.660204 1 1 " red_curve="0 0 0.221429 0.209184 0.491837 0.516327 0.676531 0.95 1 1 " green_curve="0 0 0.27449 0.184693 0.536734 0.397958 0.705102 0.639796 1 1 " blue_curve="0 0 0.172449 0.233673 0.357143 0.483673 0.672448 0.856122 1 1 ">
|
||||
<xform weight="0.95" color="0.870588" var_color="1" color_speed="0.39" symmetry="0.22" name="" animate="0" pre_mirror_x="0.05" foci="1.199" post_csch="0.99" post_sineblur="0.009" post_sineblur_power="2" post_square="0.042" coefs="0.713867 0.412904 -0.412904 0.713867 -1.29135 0.242931" post="0.738071 0.71095 -0.71095 0.738071 1.01941 0.298045" chaos="0.2 0.6 0.9 0 " opacity="0"/>
|
||||
<xform weight="1" color="1" var_color="1" color_speed="-0.001" symmetry="1.002" name="" animate="0" pre_mirror_x="0.05" foci="0.986" bipolar="-0.2" bipolar_shift="0.5" post_csch="1.093" coefs="0.0531637 0.457309 -0.465194 0.0495044 -0.463984 0.478954" post="0.917681 -0.0561272 0.0561272 0.917681 0.381665 0.407859" chaos="1.2 2.9 0.1 0 " opacity="1"/>
|
||||
<xform weight="0.3" color="0.878431" var_color="1" color_speed="0.84" symmetry="-0.68" name="" animate="0" pre_cylinder="1.022" pre_mirror_x="1" foci="1.245" post_csch="1.34" post_spherical="0.014" post_blur_linear="0.95" post_blur_linear_length="1.785" post_blur_linear_angle="0" post_sineblur="0.55" post_sineblur_power="0.0001" coefs="0.110457 -0.0660557 0.0660557 0.110457 -0.854999 0.0690825" post="0.430538 1.71129 -1.71129 0.430538 1.07102 -0.0787078" chaos="0 3 0 0 " opacity="0"/>
|
||||
<xform weight="0.019" color="1" var_color="1" color_speed="-0.001" symmetry="1.002" name="" animate="0" pre_mirror_x="0.05" foci="0.986" bipolar="-0.2" bipolar_shift="0.5" post_csch="1.093" post_bipolar="0.15" post_bipolar_shift="0" coefs="0.319872 -0.178368 0.17808 0.32678 -0.725911 0.699721" post="0.910198 -0.0598691 0.0598691 0.910198 0.39289 0.400375" chaos="1.2 2 0 99 " opacity="0"/>
|
||||
<finalxform color="0" var_color="1" color_speed="0" symmetry="1" name="" animate="0" pre_bipolar="1.45" pre_bipolar_shift="0" foci="0.35" coefs="3.05099 0.724981 -0.724981 3.05099 -0.115262 -0.554018" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
481765401792291AC82A39E8476EE85B8FE6568ED04E87A0
|
||||
@ -544,7 +544,7 @@
|
||||
692945551A3E3B1D4A171E40171E2D181D1E211B1D38173A
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="13" name="Loopholes_by_b33rheart" size="1280 800" center="1.38952 -0.223691" scale="487.24" zoom="0.5" rotate="96.6529" supersample="2" filter="0.7" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="19.7" gamma="2.55" highlight_power="-1" logscale_k2="0" vibrancy="1.23" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0.001" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="spherical eyefish hemisphere post_crackle post_circlecrop pre_sineblur blur_zoom circlecrop bipolar" new_linear="1" curves="0 0 1 0.147959 0.115306 1 0.430612 0.516327 1 0.680612 0.811225 1 0 0 1 0.205102 0.270408 1 0.45102 0.512245 1 0.692857 0.807143 1 0 0 1 0.147959 0.184694 1 0.406122 0.455102 1 0.709184 0.75 1 0 0 1 0.241837 0.229592 1 0.47551 0.5 1 0.619388 0.721429 1 " overall_curve="0 0 0.147959 0.115306 0.430612 0.516327 0.680612 0.811225 1 1 " red_curve="0 0 0.205102 0.270408 0.45102 0.512245 0.692857 0.807143 1 1 " green_curve="0 0 0.147959 0.184694 0.406122 0.455102 0.709184 0.75 1 1 " blue_curve="0 0 0.241837 0.229592 0.47551 0.5 0.619388 0.721429 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="13" name="Loopholes_by_b33rheart" size="1280 800" center="1.38952 -0.223691" scale="627.24" rotate="96.6529" supersample="2" filter="1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="19.7" gamma="2.55" highlight_power="-1" logscale_k2="0" vibrancy="1.23" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0.001" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="spherical eyefish hemisphere post_crackle post_circlecrop pre_sineblur blur_zoom circlecrop bipolar" new_linear="1" curves="0 0 1 0.147959 0.115306 1 0.430612 0.516327 1 0.680612 0.811225 1 0 0 1 0.205102 0.270408 1 0.45102 0.512245 1 0.692857 0.807143 1 0 0 1 0.147959 0.184694 1 0.406122 0.455102 1 0.709184 0.75 1 0 0 1 0.241837 0.229592 1 0.47551 0.5 1 0.619388 0.721429 1 " overall_curve="0 0 0.147959 0.115306 0.430612 0.516327 0.680612 0.811225 1 1 " red_curve="0 0 0.205102 0.270408 0.45102 0.512245 0.692857 0.807143 1 1 " green_curve="0 0 0.147959 0.184694 0.406122 0.455102 0.709184 0.75 1 1 " blue_curve="0 0 0.241837 0.229592 0.47551 0.5 0.619388 0.721429 1 1 ">
|
||||
<xform weight="7" color="0.039" var_color="1" color_speed="0.05" symmetry="0.9" name="" animate="1" spherical="1" eyefish="0.151" coefs="-0.465701 -0.145238 0.145238 -0.465701 0.259086 0.0606369" post="0.513656 0.447472 -0.447472 0.513656 -0.0294646 0.126275" chaos="0 0.8 1.28 0 1.5 0 " opacity="1"/>
|
||||
<xform weight="0.5" color="0.004" var_color="1" color_speed="0.52" symmetry="-0.04" name="" animate="1" hemisphere="0.287" coefs="-1.42095 0.27832 -0.27832 -1.42095 0.0700241 0.439298" post="0.449967 1.69687 -1.69687 0.449967 -0.134225 0.230381" chaos="0 0.3 0 0 0.5 1 " opacity="0"/>
|
||||
<xform weight="7" color="0.276" var_color="1" color_speed="-0.005" symmetry="1.01" name="" animate="0" spherical="1" eyefish="0.058" coefs="0.497845 -0.228507 0.228507 0.497845 -0.53875 0.237897" post="0.186719 -0.0116033 0.0116033 0.186719 0.200452 0.00661273" chaos="0 0 0 1 0 0 " opacity="0"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<flames>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="0" name="Equilateral_Sierpinski_triangle_by_b33rheart" size="1024 1024" center="0.500379 -0.359943" scale="960" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="4" gamma="4" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.1" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="0" name="Equilateral_Sierpinski_triangle_by_b33rheart" size="1024 1024" center="0.500379 -0.359943" scale="960" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="4" gamma="4" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.1" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 6.12323e-17 1 0 0" post="0.5 0 3.06162e-17 0.5 0 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 6.12323e-17 1 0 0" post="0.5 0 3.06162e-17 0.5 0.5 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 6.12323e-17 1 0 0" post="0.5 0 3.06162e-17 0.5 0.25 -0.433012" opacity="1"/>
|
||||
@ -38,7 +38,7 @@
|
||||
92969587909799929A9F8B8A9B888E9F94A59B9EA3919AA1
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="1" name="Eq._Sierpinski_triangle_filled_with_itself_by_b33rheart" size="1024 1024" center="0.508334 -0.359498" scale="960" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="5" gamma="5" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="1" name="Eq._Sierpinski_triangle_filled_with_itself_by_b33rheart" size="1024 1024" center="0.508334 -0.359498" scale="960" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="5" gamma="5" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.5 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.25 -0.430127" opacity="1"/>
|
||||
@ -78,7 +78,7 @@
|
||||
0A0E120B0F120B0F120B0F120B0F120B0F120C10130C1512
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="2" name="Eq._Sierpinski_triangle_rotated_60_degrees_by_b33rheart" size="1024 1024" center="0.507665 -0.847991" scale="500" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="13.01" gamma="2.9" highlight_power="-1" logscale_k2="0" vibrancy="0.15" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="10" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="2" name="Eq._Sierpinski_triangle_rotated_60_degrees_by_b33rheart" size="1024 1024" center="0.507665 -0.847991" scale="500" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="13.01" gamma="2.9" highlight_power="-1" logscale_k2="0" vibrancy="0.15" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="10" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0 0" opacity="0"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.5 0" opacity="0"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.25 -0.433012" opacity="0"/>
|
||||
@ -118,7 +118,7 @@
|
||||
EBEFF0EFF3F7F1F6FAFEFEFEDCE8EE161817BCD5E3BFCFDB
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="3" name="Right_Sierpinski_triangle_by_b33rheart" size="1024 1024" center="0.497917 -0.142831" scale="960" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="4" gamma="4" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.1" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="3" name="Right_Sierpinski_triangle_by_b33rheart" size="1024 1024" center="0.497917 -0.142831" scale="960" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="4" gamma="4" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.1" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.5 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.25 -0.25" opacity="1"/>
|
||||
@ -157,7 +157,7 @@
|
||||
92969587909799929A9F8B8A9B888E9F94A59B9EA3919AA1
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="4" name="Right_Sierpinski_triangle_rotated_90_degrees_by_b33rheart" size="1024 1024" center="0.494825 -0.492909" scale="910" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="13.01" gamma="3" highlight_power="-1" logscale_k2="0" vibrancy="0.15" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="10" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="4" name="Right_Sierpinski_triangle_rotated_90_degrees_by_b33rheart" size="1024 1024" center="0.494825 -0.492909" scale="910" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="13.01" gamma="3" highlight_power="-1" logscale_k2="0" vibrancy="0.15" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="10" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0 0" opacity="0"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.5 0" opacity="0"/>
|
||||
<xform weight="0.25" color="0.502345" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.5 0 0 0.5 0.25 -0.25" opacity="0"/>
|
||||
@ -197,7 +197,7 @@
|
||||
EBEFF0EFF3F7F1F6FAFEFEFEDCE8EE161817BCD5E3BFCFDB
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="5" name="Sierpinski_carpet_by_b33rheart" size="1024 1024" center="1.48118 1.49622" scale="310" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="12" gamma="4" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="5" name="Sierpinski_carpet_by_b33rheart" size="1024 1024" center="1.48118 1.49622" scale="310" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="12" gamma="4" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.744181" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.333333 2.30926e-15 -2.30926e-15 0.333333 0 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.744181" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.333333 2.30926e-15 -2.30926e-15 0.333333 1 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.744181" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.333333 2.30926e-15 -2.30926e-15 0.333333 2 0" opacity="1"/>
|
||||
@ -241,7 +241,7 @@
|
||||
0103000101000101000103000305000407000A0A00271604
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.18" time="6" name="Sierpinski_carpet_1_by_b33rheart" size="1024 1024" center="1.49877 1.51357" scale="260" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="6" gamma="5.5" highlight_power="0" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.209184 0.119388 1 0.471429 0.430612 1 0.696939 0.803061 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.209184 0.119388 0.471429 0.430612 0.696939 0.803061 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="6" name="Sierpinski_carpet_1_by_b33rheart" size="1024 1024" center="1.49877 1.51357" scale="260" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="gaussian" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="6" gamma="5.5" highlight_power="0" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.209184 0.119388 1 0.471429 0.430612 1 0.696939 0.803061 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.209184 0.119388 0.471429 0.430612 0.696939 0.803061 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.25" color="0.898039" var_color="1" color_speed="0.5" symmetry="0" name="carpet" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.333333 2.30926e-15 -2.30926e-15 0.333333 0 0" opacity="1"/>
|
||||
<xform weight="0.25" color="0.898039" var_color="1" color_speed="0.5" symmetry="0" name="carpet" animate="1" linear="1" coefs="1 -1.74846e-07 1.74846e-07 1 0 0" post="0.333333 -5.82818e-08 5.82818e-08 0.333333 1 0" chaos="1 1 1 1 1 1 1 1 0 " opacity="1"/>
|
||||
<xform weight="0.25" color="0.898039" var_color="1" color_speed="0.5" symmetry="0" name="carpet" animate="1" linear="1" coefs="1 0 0 1 0 0" post="0.333333 2.30926e-15 -2.30926e-15 0.333333 2 0" chaos="1 1 1 1 1 1 1 1 0 " opacity="1"/>
|
||||
|
2082
Data/FlameExamples/pillemaster_hexagonal_tilings.flame
Normal file
2082
Data/FlameExamples/pillemaster_hexagonal_tilings.flame
Normal file
File diff suppressed because it is too large
Load Diff
@ -92,7 +92,7 @@
|
||||
310F10380F0B421212451511431B113D1E1C10393F03374F
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="2" name="Cap_And_Bells__by_plangkye" size="1920 1198" center="0 -0.15" scale="1814.4" rotate="0" supersample="2" filter="0.2" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="40.8609" gamma="5" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="waves2 twoface pre_gaussian_blur linear auger cylinder loonie splits spherical bipolar" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="2" name="Cap_And_Bells__by_plangkye" size="1920 1198" center="0 -0.15" scale="1814.4" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="40.8609" gamma="5" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="waves2 twoface pre_gaussian_blur linear auger cylinder loonie splits spherical bipolar" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0.426044" var_color="1" color_speed="0.00999999" symmetry="0.98" name="" animate="0" waves2="0.963" waves2_freqx="3.219" waves2_scalex="-0.033303" waves2_freqy="5.487" waves2_scaley="0.0696974" waves2_freqz="0" waves2_scalez="0" twoface="0.061" coefs="-1.02077 0.290088 -0.1672 -0.947417 3.01105 0.496923" post="0.921867 0.294325 0.012272 1.0156 1.59794 -0.453888" chaos="43 1 0 1 0 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="0.00161031" var_color="1" color_speed="1" symmetry="-1" name="" animate="1" pre_gaussian_blur="1" linear="1" coefs="-0.811331 -0.531946 -0.577693 0.791617 1.29855 0.70432" post="0.543305 0.451086 -0.817536 0.575878 0.402061 -1.60425" chaos="10 1 0 0.1 0 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" pre_gaussian_blur="0.5" auger="0.239" auger_sym="0" auger_weight="0.5" auger_freq="5" auger_scale="0.1" auger_half_scale="0.05" coefs="0.626679 0.404912 -1.39364 0.577971 -1.88912 -0.899374" post="0.495347 -1.08021 1.6088 0.622876 1.08311 -1.36326" chaos="5 1 0 0.1 0 0 0 " opacity="0"/>
|
||||
@ -136,7 +136,7 @@
|
||||
0000000000000000000000000000004C32478F026F991A8E
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="3" name="Binary-Secondary_by_plangkye" size="1920 1200" center="-0.132138 0.00511679" scale="489.44" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="45" gamma="4" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="5" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="waves2 twoface blur_linear pre_gaussian_blur auger foci linear unpolar post_curl" new_linear="1" curves="0 0 1 0.282653 0.188776 1 0.5 0.5 1 0.709184 0.819388 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.196939 0.286735 1 0.487755 0.520408 1 0.709184 0.852041 1 " overall_curve="0 0 0.282653 0.188776 0.5 0.5 0.709184 0.819388 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.196939 0.286735 0.487755 0.520408 0.709184 0.852041 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="3" name="Binary-Secondary_by_plangkye" size="1920 1200" center="-0.132138 0.00511679" scale="489.44" rotate="0" supersample="2" filter="1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="45" gamma="4" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="waves2 twoface blur_linear pre_gaussian_blur auger foci linear unpolar post_curl" new_linear="1" curves="0 0 1 0.282653 0.188776 1 0.5 0.5 1 0.709184 0.819388 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.196939 0.286735 1 0.487755 0.520408 1 0.709184 0.852041 1 " overall_curve="0 0 0.282653 0.188776 0.5 0.5 0.709184 0.819388 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.196939 0.286735 0.487755 0.520408 0.709184 0.852041 1 1 ">
|
||||
<xform weight="43.9838" color="0.426044" var_color="1" color_speed="0.00999999" symmetry="0.98" name="" animate="0" waves2="0.963" waves2_freqx="3.219" waves2_scalex="-0.033303" waves2_freqy="5.487" waves2_scaley="0.0696974" waves2_freqz="0" waves2_scalez="0" twoface="0.061" coefs="-1.02077 0.290088 -0.1672 -0.947417 2.38845 0.437627" post="0.921867 0.294325 0.012272 1.0156 1.59794 -0.453888" chaos="1 0 1 1 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="0.00161031" var_color="1" color_speed="1" symmetry="-1" name="" animate="1" blur_linear="2" blur_linear_length="2.561" blur_linear_angle="0" coefs="-0.811331 -0.531946 -0.577693 0.791617 1.29855 0.70432" post="0.543305 0.451086 -0.817536 0.575878 0.402061 -1.60425" chaos="1 1 1 1 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" pre_gaussian_blur="1" auger="0.239" auger_sym="0" auger_weight="0.5" auger_freq="5" auger_scale="0.1" auger_half_scale="0.05" coefs="0.626679 0.404912 -1.39364 0.577971 -1.88912 -0.899374" post="0.495347 -1.08021 1.6088 0.622876 1.08311 -1.36326" chaos="1 1 1 1 0 0 " opacity="0"/>
|
||||
@ -179,7 +179,7 @@
|
||||
939726949826959827959927969928766F21564519361B12
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="4" name="SkyBlueSeaGreen1_by_plangkye" size="1920 1125" center="0.0653391 2.04399" scale="249.6" rotate="0" supersample="2" filter="0.2" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0.25098" brightness="40" gamma="4.04" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.17" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="spherical blur linear eyefish pdj flatten gaussian_blur blur_circle stripes crackle polar2" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="4" name="SkyBlueSeaGreen1_by_plangkye" size="1920 1125" center="0.0653391 2.04399" scale="249.6" rotate="0" supersample="2" filter="0.2" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0.247059" brightness="40" gamma="4.04" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.17" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="spherical blur linear eyefish pdj flatten gaussian_blur blur_circle stripes crackle polar2" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.593" color="1" var_color="1" color_speed="0.2105" symmetry="0.579" name="" animate="0" spherical="1" blur="1" coefs="0.015625 0 0 0.015625 0 0" chaos="0 1 0 1 0 " opacity="1"/>
|
||||
<xform weight="70" color="0" var_color="1" color_speed="0.00150001" symmetry="0.997" name="" animate="0" linear="0.983745" eyefish="0.202" pdj="0.292564" pdj_a="-1.355" pdj_b="0.368" pdj_c="-0.575" pdj_d="-0.342" flatten="1" coefs="-0.296529 0.923444 -0.907724 -0.310371 -0.330944 5.03116" opacity="1"/>
|
||||
<xform weight="0.593" color="0.151" var_color="1" color_speed="0.4" symmetry="0.2" name="" animate="0" gaussian_blur="1.978" blur_circle="1.318" coefs="0.015625 0 0 0.015625 0 0" chaos="0 1 0 1 0 " opacity="1"/>
|
||||
@ -262,7 +262,7 @@
|
||||
3A63631D7171008080008B8B00969600A1A100ACAC00B1B1
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="6" name="FluxDucks2_by_plangkye" size="1920 1080" center="-0.448803 0.285814" scale="712.46" rotate="0" supersample="2" filter="0.2" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="22.1217" gamma="5" highlight_power="1" logscale_k2="0" vibrancy="1.17" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="wedge flatten post_smartcrop pre_gaussian_blur whorl spherical radial_blur flux linear" new_linear="1" curves="0 0 1 0.282653 0.22551 1 0.5 0.5 1 0.741837 0.807143 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.282653 0.22551 0.5 0.5 0.741837 0.807143 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="6" name="FluxDucks2_by_plangkye" size="1920 1080" center="-0.448803 0.285814" scale="712.46" rotate="0" supersample="2" filter="1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="22.1217" gamma="5" highlight_power="1" logscale_k2="0" vibrancy="1.17" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="wedge flatten post_smartcrop pre_gaussian_blur whorl spherical radial_blur flux linear" new_linear="1" curves="0 0 1 0.282653 0.22551 1 0.5 0.5 1 0.741837 0.807143 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.282653 0.22551 0.5 0.5 0.741837 0.807143 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" wedge="1" wedge_angle="1.5708" wedge_hole="0" wedge_count="2" wedge_swirl="0" flatten="1" post_smartcrop="1" post_smartcrop_power="4" post_smartcrop_radius="1" post_smartcrop_roundstr="0" post_smartcrop_roundwidth="1" post_smartcrop_distortion="0" post_smartcrop_edge="0" post_smartcrop_scatter="-1" post_smartcrop_offset="0" post_smartcrop_rotation="0" post_smartcrop_cropmode="1" post_smartcrop_static="2" coefs="1 0 0 1 0 0" chaos="1 1 1 0 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="1" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" pre_gaussian_blur="0.1" wedge="1" wedge_angle="1.5708" wedge_hole="0" wedge_count="2" wedge_swirl="0" flatten="1" post_smartcrop="1" post_smartcrop_power="4" post_smartcrop_radius="1" post_smartcrop_roundstr="0" post_smartcrop_roundwidth="1" post_smartcrop_distortion="0" post_smartcrop_edge="0" post_smartcrop_scatter="-1" post_smartcrop_offset="0" post_smartcrop_rotation="0" post_smartcrop_cropmode="1" post_smartcrop_static="2" coefs="1 0 0 1 0 0" post="0 1 -1 0 0 0" chaos="1 1 1 0 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0" symmetry="1" name="" animate="0" whorl="1" whorl_inside="7.83" whorl_outside="2.791" flatten="1" coefs="0.5 0 0 0.5 0 0" chaos="0 0 0 0 1 0 " opacity="1"/>
|
||||
@ -353,7 +353,7 @@
|
||||
FA3F16ED5724C7861E8B884189905C89674E583136404407
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="8" name="Chocolate_Scaffold_in_Too_Many_Dimensions_by_plangkye" size="1920 1200" center="-0.629 -0.042" scale="1833.6" rotate="-38.26" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="20" gamma="4" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_gaussian_blur cylinder blur splits flatten unpolar glynnia lazysusan curl" new_linear="1" curves="0 0 1 0.282653 0.217347 1 0.5 0.5 1 0.733673 0.794898 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.282653 0.217347 0.5 0.5 0.733673 0.794898 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="8" name="Chocolate_Scaffold_in_Too_Many_Dimensions_by_plangkye" size="1920 1200" center="-0.629 -0.042" scale="1833.6" rotate="-38.26" supersample="2" filter="1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="20" gamma="4" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="pre_gaussian_blur cylinder blur splits flatten unpolar glynnia lazysusan curl" new_linear="1" curves="0 0 1 0.282653 0.217347 1 0.5 0.5 1 0.733673 0.794898 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.282653 0.217347 0.5 0.5 0.733673 0.794898 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.25" symmetry="0.5" name="" animate="0" pre_gaussian_blur="0.5" cylinder="1" blur="0.2" coefs="1.08329 0.191013 -0.191013 1.08329 -0.1 -0.05" post="0.075 0 0 1.3 0 0" chaos="1 1 1 0.25 0 0 " opacity="0"/>
|
||||
<xform weight="2" color="0.104" var_color="1" color_speed="0.05" symmetry="0.9" name="" animate="0" splits="1" splits_x="0.1" splits_y="0" flatten="1" coefs="0.85 0 0 1 0 0" post="1 0 0 1.05 0 0" chaos="1 5 1 1 0 0 " opacity="0"/>
|
||||
<xform weight="0.5" color="0.15" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" pre_gaussian_blur="1" cylinder="1" coefs="0.683013 0 0 0.683013 0 0" post="-0.00667 0 0.00667 1 0.66667 0" chaos="1 0 1 0 0 0 " opacity="0"/>
|
||||
@ -441,7 +441,7 @@
|
||||
2C1E302D1E302E1F30301F30312031312232312334312335
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="10" name="Flattery_by_plangkye" size="1280 1920" center="0.678881 -0.555538" scale="922.134" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="52.8783" gamma="5" highlight_power="1" logscale_k2="0" vibrancy="1.15" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="loonie flatten sineblur scry julian post_smartcrop ngon post_smartshape" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="10" name="Flattery_by_plangkye" size="1280 1920" center="0.678881 -0.555538" scale="922.134" rotate="0" supersample="2" filter="1" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="52.8783" gamma="5" highlight_power="1" logscale_k2="0" vibrancy="1.15" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="loonie flatten sineblur scry julian post_smartcrop ngon post_smartshape" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" loonie="1" flatten="1" coefs="0.3333 0 0 0.3333 -0.6666 -0.6666" chaos="1 1 1 1 1 1 1 1 1 1 1 0 1 " opacity="0"/>
|
||||
<xform weight="0.5" color="0.25" var_color="1" color_speed="0.75" symmetry="-0.5" name="" animate="1" loonie="1" flatten="1" coefs="0.3333 0 0 0.3333 0 -0.6666" chaos="1 1 1 1 1 1 1 1 1 1 1 0 1 " opacity="0"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" loonie="1" flatten="1" coefs="0.3333 0 0 0.3333 0.6666 -0.6666" chaos="1 1 1 1 1 1 1 1 1 1 1 0 1 " opacity="0"/>
|
||||
@ -589,7 +589,7 @@
|
||||
DA612AEC6F41EB773EF2873FE1903EE98A3AE87C34EC7C34
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="13" name="Shen-Long_by_plangkye" size="640 1024" center="0 0" scale="212.074" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="200" gamma="5" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="spherical flatten julian lazysusan juliascope pre_gaussian_blur linear gaussian_blur" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="13" name="Shen-Long_by_plangkye" size="640 1024" center="0 0" scale="212.074" rotate="0" supersample="2" filter="0.5" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="200" gamma="5" highlight_power="-1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="spherical flatten julian lazysusan juliascope pre_gaussian_blur linear gaussian_blur" new_linear="1" curves="0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 0 0 1 0.25 0.25 1 0.5 0.5 1 0.75 0.75 1 " overall_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 ">
|
||||
<xform weight="10" color="0.25" var_color="1" color_speed="0.05" symmetry="0.9" name="" animate="0" spherical="1" flatten="1" coefs="0.514884 -0.291959 -0.291959 -0.514884 0.260617 0.264754" chaos="0 1 0 1 1 " opacity="0"/>
|
||||
<xform weight="0.5" color="1" var_color="1" color_speed="0.005" symmetry="0.99" name="" animate="0" julian="1" julian_dist="1" julian_power="-2" flatten="1" coefs="-2.45771 0.393163 -0.393163 -2.45771 1.86 0.040523" chaos="0 0 1 1 1 " opacity="0"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0" symmetry="1" name="" animate="0" lazysusan="1" lazysusan_spin="3.532" lazysusan_space="0.18" lazysusan_twist="0" lazysusan_x="0" lazysusan_y="0" flatten="1" coefs="1.35721 0.696568 -0.696568 1.35721 0 0" chaos="1 0 0 1 1 " opacity="1"/>
|
||||
|
578
Data/FlameExamples/tatasz_substitution.flame
Normal file
578
Data/FlameExamples/tatasz_substitution.flame
Normal file
@ -0,0 +1,578 @@
|
||||
<flames>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="0" name="1" size="1500 1000" center="0.352491 -0.216117" scale="1500" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.5 0 0 0.5 0.375 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.5 0 0 0.5 0.75 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.25 0.433 -0.433013 -0.25 0.25 -0.433" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 -0.5 0.25 -0.2165" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
BF8332B87E32B2772DAC7128AA6F25A86D23A76C23A76B23
|
||||
A96C27A373329E7A3E90834E838C5E7A885F71856166805F
|
||||
5B7C5E31645624564B174840103A34092C29072A26052823
|
||||
082E2406352C053D34044A3C045745055A49065E4D096253
|
||||
0A64580F786818847522918335988848A08D54A28A60A587
|
||||
8AAD7C8BBA8E8DC7A191C9A295CCA399C79B9EC39387BE99
|
||||
73B49968A68E709E7C78966A7983537A713D7E6831826025
|
||||
9152098C4D068748047F4203773D027339016F3501662D00
|
||||
5E2700552100542000531F00521F00521F00512000532200
|
||||
5A2A005F2D006530006A34006F3801713901733A01753B00
|
||||
763A007236016733015D31015630034F3005412F0C362B0F
|
||||
2F200D31220E33250F34270F362A10402D114D2D0D592B06
|
||||
632B03662C00632A006028015C2501582301511D01481601
|
||||
3D0D013C0B013B0A013B0B013C0C01400F004513004C1901
|
||||
541E02642B07672E076B3108713707753B06783D067C4109
|
||||
864A0F8D5112945816985C1A9D611EA76A28B27532BA7D39
|
||||
BE803ABC7B34BA7933B97832B4742FAE6D28A4641D9B5B13
|
||||
8F520D8F510F8F5111905112915213915413925714975A17
|
||||
9D5E1AA5631EA6651FA86720AB6B23B47024BB7728C17C2C
|
||||
C78437C88537C98638CA8738CB8637C98538C48137BC7C33
|
||||
B1732F985A2291521F8B4B1D7B3E166A321258270C461B07
|
||||
2D07012A0400270200230200230300240500260701290C04
|
||||
28130D2A201A2A352A2E4B3C34614E357263357D763C847B
|
||||
5590725C8F6D648F696688666B77587265427755297E4914
|
||||
7C430B774008733D067239047037036D34016B3201683001
|
||||
652B026226025D2101561B014F1700481300441000420E00
|
||||
3F0D003D0C003A0A00370900380900380B00390F03351406
|
||||
2E1809271F0D222511222E1829371D2E391D343C1C3B3E17
|
||||
3D41174B43185A4214684010773E087C3F047F4203814404
|
||||
8046057F46077C440773480C674F165756204A5A2A454F28
|
||||
424625403F253B3E23364129383C2540321E4D2A165C290D
|
||||
6A2E0D773A0F8446139153199A5E21A46826AF732CB77B30
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="1" name="2" size="1500 1000" center="0.525926 -0.491667" scale="900" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 0.5 0 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.5 0 0 0.5 1 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.5 -0.5 0 0 -1" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 0.5 0.25 -0.25" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
C88B64B4805EAF7B5DAA775CA77459A57157A26C579F6857
|
||||
935950925649915443955A3F9A603CA76B3BB4773AB97C3B
|
||||
BF823DD29241D79542DC9844DF9B46E29E48E5A249E8A64A
|
||||
F2B755F6BD59FAC45DFCC65EFEC960FCC75FFAC55EF5BF5B
|
||||
EFB557DA9B4CCF8E45C4813FB97439AF6833A9632FA45E2C
|
||||
914925873F217E351D792E1B74281973271973271A75291A
|
||||
792D20843631883E3A8D4644934E4A9957519C5B539F5F55
|
||||
A2685BA4695CA66B5DA56C5EA56D60A56E61A57062A97564
|
||||
AD7E67B78D70BB916FC0956EC2966EC5986ECA9B6BD1A168
|
||||
E2AF6BE9B66FF0BE74F5C475FBCA76FCCB74FECC73FECC6E
|
||||
FECC69FECA60FEC55DFEC15AFEBD59FEBA58FDB65AFDB45C
|
||||
FDB360FDB561FDB762FDB862FDBA62FEB75EFEB55EFDB45F
|
||||
FDB360FCB366FBB66BFABA70FABA70FABA71F9B970F7B76E
|
||||
F2AE6AEEAA66EAA662E7A461E5A260E49C5FE5965EE4915D
|
||||
E28C5BD67D55D17952CD754FC16F4AB86A46B56746B86849
|
||||
C07159C57563CA7A6ECA7B72CA7D77C8827DC6857ECA8B7F
|
||||
CF9281E0A684E5AB85EAB187F2BA8AF8C28CFBC58AFDC885
|
||||
FECA78FECA71FECB6AFECB67FECB64FECB61FECB5FFECB5E
|
||||
FDCA5DFCC15EFBBF5FFABD61F9BB67F9BB6DFABC76FABF7E
|
||||
FBC68BFAC68BFAC78CFAC48BF9C38BF9C189F8BF8AF8BC8A
|
||||
F4BC8AE4B27FDEAC79D8A674CC9968C08A58B57C4AAC6C3E
|
||||
A2592E9E542B9B4F2890442085391A792F126E240C631908
|
||||
5A14055A150960170F651D136D251A773122823D2B8D4732
|
||||
985E3F9C6343A16948A97554B2805FBD8D6AC99A76D8A57F
|
||||
E3B184EDBC86F4C487F9CC87FCD185FDD081F9CB7DF4C178
|
||||
ECB770E4AD66DBA35CD69A54CF964ECE9249CC8F47CA8843
|
||||
C68343C37E40BA783FB3713FA86A3FA2683F9F67429E6643
|
||||
9F6746A26748A56B4BA87050AB7156AF765CB37C60B78062
|
||||
BA8563BF8862C38962C68E63C99167CD956DD09971D49C75
|
||||
DAA278E1A879E6AC79E8B076E8B273E9B372E7B370E6B16E
|
||||
E5B06CE6B06AEAB369EEB767F3BB66F8C066FBC465FDC865
|
||||
FFCA63FFCA61FDC761FBC162F3B764EAAD65DFA165D39565
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="2" name="3" size="1500 1000" center="0 0" scale="375" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 0.333333 0 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.333333 0 0 0.333333 0.666666 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.333333 0 0 0.333333 0.999999 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 -0.333333 0.666666 -0.5" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 0.333333 0.166667 -0.166667" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 0.333333 0.333333 -0.333333" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.333333 -0.333333 0 0 -0.666667" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.333333 -0.333333 0 0 -1" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 -0.333333 0.333333 0 0.5 -0.666667" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
22678629718A1770970670A4095F950D4E860E4B8210497E
|
||||
1A1F712A136A3B0864430D464C1228470B164204052C0402
|
||||
160400101302120D1615072B2B03464200624C0062570162
|
||||
8D0F60782458643A504640592947631A426E0C3E79103786
|
||||
183286122F7F0F266B0D1D581F3B67325976316C84317F93
|
||||
27C2881793980764A91143901C2278191C7116176A151462
|
||||
2B0D4B4709204905104B01004F00095300125F091E6B132B
|
||||
431517310C1920041B2B1123371F2C30333F29475217587E
|
||||
0B73A620A2BA227E97245A742A50653146573F3E3C4A243D
|
||||
790B48720B586B0C68500766350364330464320665340565
|
||||
3A02653A0C4D2D1432201D1817181C0E1420080A1F160D28
|
||||
2902413202483C03504501534F00565701586807587B1449
|
||||
8C17448A116071096059026056015654004D6403487C1832
|
||||
8C3C17973B2EA33B46A8344AAD2D4EB84356BD4453C64363
|
||||
C53D65C3435CC84A61CD5267C84D62BF4B56BC4656A05734
|
||||
8E530D7C35096A17057B28048C3903955A18A97231C86D6A
|
||||
C6837363B5915C9286556F7C424B825C534A795A48BB4750
|
||||
CD5467C46F69BB8A6CA489658E895F8A715D6E59245A471D
|
||||
452E3416225C24297333308B2F4B94056BAD1881A11A6195
|
||||
192F841D257D221C762B0E6B4401626A0561901264B62864
|
||||
C84964C87E71C19065BAA25AD28B1F8F803B7AAC3160AE3E
|
||||
829369679C7C4CA58F337CAF198BAD129BBB09AFD90090C5
|
||||
0090C50C72B2096FAF165CA217378A0E1669020441110A2B
|
||||
12034819055120075B2B06662A0B682E0C6A3109692E0968
|
||||
30035E17095819123C1F0D3738023E5001424B1431492030
|
||||
3E1F272012330714360B1C521219691F1971221D79142D81
|
||||
1142840B4889125389095DA31794B20394C312BDCE0AC7DB
|
||||
15C1D521BACA40BDB541A599418C87296C7F36538F26327C
|
||||
24176F2B0E6B270D682216623A3462501C64740C65850E62
|
||||
8F1A6B9C1A5AA01A63A81F63B92966C13864BD3863AF2B5C
|
||||
981E57880F5F611E545802594F005E4C146D581B6068082D
|
||||
5F05219F1918B21A29AC043894253570483C59725D547771
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="3" name="4" size="1500 1000" center="0.465839 -0.208922" scale="1050" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.5 0 0 0.5 0.5 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 0.5 0.5 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 0.5 0.25 -0.25" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.5 -0.5 0 0 -0.5" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
2AE6E808FAC704DAB501BBA4008C95005D87005477004B68
|
||||
050D55080F600B126C06236A023469014765015A62085056
|
||||
10474A180A57442E4D70534384834A99B352B5C341D2D431
|
||||
E1D396E8E06FEFEE48DDDE3CCBCF30B7B841A3A252866F46
|
||||
7250440F0E832221A13534C0443FC9534BD25148DD5045E9
|
||||
4C3DFC6D3DFD8F3EFFAF4AEAD057D6CC50D6C94AD7B837DA
|
||||
AD26E47C42E29439E2AD30E28D1ABF6E059D510687350871
|
||||
0C045711055216064D380E405B163359122C570F255F1023
|
||||
641A336E1E277D24248C2A21994228A75A30AB6041D36F55
|
||||
BB3A60B61F4DB2053BA50627990714960A15940E17931506
|
||||
93060F8B1700872D008444008A4103903F07853737894640
|
||||
867F255094351BA9451F9C62248F7F049391039C9700B6A4
|
||||
24A5BBA9A6D1C57FB7E2599DEB6793F4758AE08886CCA57E
|
||||
D2CF4CAFAF4E8D8F50898658867D606C41906443D0783FC2
|
||||
B839A48944615E44743345872D4E79184677043EA21B45B1
|
||||
AE4DC0C553C8DD59D1B67ED58FA4D946CDC619EEBE0AF1C5
|
||||
05EFBE66A9BC6998A56C878E9D4496B438B2C826AFC42AAC
|
||||
C63379C55676C47973CB8178D28A7EDE7E89F5677DEF8263
|
||||
F6B358FE531FDC4C28BB46327054492F5F8D20579A62918B
|
||||
DF88AADF9DA1DFB398EFD5B0CFAAB265BBD44BD5FC2BCED5
|
||||
03A3B90046810F307D1E1A7939016C68004B770B2B750E0F
|
||||
811800931A04A51C09BB3114D84F25D3534AC25A4DC14150
|
||||
D53D64D1469FBC46C1C532C89937C85B35D64435CC20319B
|
||||
10085E180965200A6C2412762435A13F52BB5954CA48BCE5
|
||||
31E3ED17F2D20DE7B704DB985D954CA45C2CE02200E11701
|
||||
D70800CC0701BE0D00B10F0498101C852B2AA90D70B423B0
|
||||
C827CBBB3AD59F35D3753CC95937BF451A7348085C660346
|
||||
640B2996021AA00918B50D0AE60405F30713FE4411FF5D00
|
||||
BCAA029EA63783C41E56932B468A2310524E012F49080459
|
||||
2A045B540C569B095CC12F94B138BBA442D38145D96144EC
|
||||
685EF53EA9DF34B4D90EC9B406C3A307C9B100D0B801E4B9
|
||||
01E9B910E1AA14D4A15AB4746B8234853C33783B0485291E
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="4" name="5" size="1500 1000" center="0.327703 -0.331081" scale="750" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 0.5 0 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 -0.5 0 -0.866" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.25 0.433013 0.433013 -0.25 0.75 -0.4333" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.25 -0.433013 0.433013 -0.25 0.75 -0.4333" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
73604F3A1E2C2A1F2B1A212B0D2F2D003E300F3F351E413B
|
||||
785947926C57AC7F68BE8E79D19E8BD79E98DD9EA6E59DAC
|
||||
EE9CB2E3B5A8D1C49ABFD38CA3C98788C08385BE8283BD82
|
||||
7FBE8F8FC1999FC4A397C39990C28F91C58993C884BB9E76
|
||||
AE816AAA8068B59B73C1B67ECDBC8ADAC397DCC698DFC99A
|
||||
E0A8A9D49A99C88D89B57A74A368609F645D9C615B8C7156
|
||||
7482691C668114527A0C3E73062D66001D590511540A0650
|
||||
2E28584C3C4E6B50456B49416C433D6F42397242366F4134
|
||||
6E3D3977413F7A40437E3F487C3E467A3D447739446C373F
|
||||
321A32190E190103000102000202000B0E0D151B1B371D26
|
||||
5127316D3C387247407752497E564E865B54955E57995E5A
|
||||
A76267B98077CB9E87C2AF8CB9C192BDBDBD92AAAC7F7F7F
|
||||
6F5C4E3E2834341D2F2B132B2D152B30172C46263163393B
|
||||
664B445C423C52393441372C313524202E1D2F1F204F2C30
|
||||
69383E83424A82424A82434B7C4B447A52466D4F445A4A4D
|
||||
253860192B5E0E1E5C0E15570F0C5324194438153D351E38
|
||||
371C2F3167693E827D4B9D914C9AA4439CA0326D7B34547A
|
||||
46756F538370609171679A736EA37573B89B69B5A96CB29A
|
||||
6D9C885E514B614E47644B4456324041274C3822372E1630
|
||||
0E11320D0E370D0B3C180C3E38213554353366383869363B
|
||||
6C3A39783C447C3E4780414A8D5150965958986459915A53
|
||||
713D3F653A3B593738323C24094A2806542A005A44464E5B
|
||||
505163517261698B7B69919072A2948EADA8B9B9B9BEBEBE
|
||||
C1C1C1C6C7C8CCCDCFE0E0E0E1E1D9C3C3C3C2C2B8BDC2BC
|
||||
BFBFBFC4C0BFD6B592CFA396C38E80B87179A45A6BA96969
|
||||
C08080CD8A91CB8F8FC69682B88A73B77E73B89174C79884
|
||||
CE9E8AD19887B97979AA5E6BF627319A535995525989464F
|
||||
824648874D4B8B604F8E6454896350896350855A4A784941
|
||||
773F3E77413F704B427151466C51466E4C42734B416D423B
|
||||
673E38633D345F2D2E422030280D2C050308000000000000
|
||||
0A0C3C00004500004A0213590023800043880045890C6376
|
||||
1D657E3B76745B8A787D7D7DA28366A58266987A5E937553
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="5" name="6" size="1500 1000" center="0.381152 -0.32413" scale="1050" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 -0.786164 0.786164 0 0.5 0" opacity="1"/>
|
||||
<xform weight="0.3" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.618053 0 0 -0.618053 0 -0.636" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
100909393218554C316460507975588A694A8D5C49904C42
|
||||
8B46357F3C2B632C194B231D3D1B12290C091308080D0808
|
||||
0E08081F0C0A2D220E47311559482667461D6B4A1F6B4C1F
|
||||
5F4B2352412144281234180C290B071007070B0606080606
|
||||
0706060806060806060907070B08080D080C0F090D131214
|
||||
2920103B351B574A25735922816122896B2C886723886C24
|
||||
8D6D26896D2C8B712D8C6F2F8C6C329B664394654C97644E
|
||||
9969549B6859A27163AA7B74AC8C7BA8907BA88C79A98C7D
|
||||
A48D79A587749C7B6399755E8D6858845D486359365A4B2B
|
||||
2E2D21111A291014261219202F2A17413A205C4B2B745D24
|
||||
7A60258761298A5738935B458D5B448C553A8C58458F5442
|
||||
874C35864C3582472E7F462C7E422B80472B7F571F7E591E
|
||||
835D22816121805B227A5722704C1E60431C4F3018382715
|
||||
2420131311160F080E0C080C0A08080A0707090708080808
|
||||
0908080A08080B08080D0808100908240B0831120E452715
|
||||
603B187A4B178B6120946D2794773494783A94763C946A51
|
||||
966C519C6E56A27562A57F72A2907B9190858C8C7D8B8E7E
|
||||
8DA1B1A99992A6988CA79487AB8F7DA78A78A7806EA37660
|
||||
9A6D5592644C88503A753A34542E273E1B132F0F08190808
|
||||
0E08080E0808200B0730110B462311582C1B763321774126
|
||||
7741267A422B744524654C265A49274435192B211511141F
|
||||
0F112210101D0E0A150F0811261A1043230E5B33136A3A14
|
||||
7948177C531A765627695B255A49283F38211A1E20101120
|
||||
0E0F1B0C08110E080E110808280B0735180F4B1F12673012
|
||||
7A372178471E82581E8D65288B64338B674678796176717C
|
||||
898A7B898C7B8283757B7B62807D6C7D7D5D976D53A97F45
|
||||
A68142A7833EA7823EA07B369B8139987C37997C359A782E
|
||||
9A7730927435876C2E806B38685F415C55345D502E514423
|
||||
3B331B292010140B090D08080C08080C08080D08080D0707
|
||||
100808240907310F07320F0A36150E3F1B10431C10461B14
|
||||
4A1A10501F11561E105425146237146541196F461779531D
|
||||
7A602582692C7E672C6C5E406D62446A62456A664A746947
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="6" name="7" size="1500 1000" center="0.338761 -0.51875" scale="1200" rotate="-90" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.5 0 0 0.5 0 -0.333333" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.5 0 0 -0.5 0.333333 -1" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.5 -0.5 0 0 -0.333333" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 -0.5 0.5 0 0.666667 0" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
AC86258D50176E3A175024173C2816292D16282D15282E14
|
||||
34171331150C2F13052E10082D0E0B30100B33120B35130C
|
||||
37140E3D1810431D134A22164E220D5223055C2A07663109
|
||||
62461455401F483B2A36322F252935242834242834212F15
|
||||
1C3611262C1224290D2326092A1C09311309321508341707
|
||||
441C12421B11411B103A170E34130C30100B2C0D0A1B0708
|
||||
150303080500080300080100100601190B021F0D03250F04
|
||||
2424082126081F280921270923260925260B27270D352317
|
||||
45201A66461F7B5839916B5491705C927565A17C48A48D49
|
||||
834F517C4F3B755026623A1D502514542D1759361A4C4125
|
||||
3841222326371D202D181B2415161F12121A100B050A0702
|
||||
0F0704100C0F12121A15161F181B24181B24181B2412121A
|
||||
0001200001000704000E0701160A021E0D0335180848250F
|
||||
7C3E0D9A491AB95428BB692FBE7E36946C745E6A9E525E92
|
||||
465085323642373B353C402950462373584DA689819AA096
|
||||
E7C7EEE9D6C6ECE59FD9C994C7AD8AB79476AD856BA77E5E
|
||||
9A6F4F8C58408D603F8F683F9669567C5E56545260403E49
|
||||
2E3140292C3A2428342024311D202F191B2816192A181C25
|
||||
181B24181B24181B24181B24161A23111119130504190000
|
||||
2D0C07330C05390D044717004B18034A0600290500240805
|
||||
1E0C021703021603021503031502000D00000906000C0900
|
||||
261003241B06232609272D133437182D361B252E13242A10
|
||||
2326092326092326092326092410051D0B01120900100900
|
||||
1F0B00210C00240E01250F02261003261207232609232609
|
||||
2F13072C12052C12052C1205291105281004281004291105
|
||||
2C12053B160E4720115E30187A582A966B4BAB886AD7BE95
|
||||
E5D3ADFBD8C2CBC8CFADAFC48F90ACB3BAC2CCE7E2CCD0D3
|
||||
DED09FA7AB88929E7689877264647E474A59303145363822
|
||||
272D132326091F100B12121A181B24181B24181B24181B24
|
||||
181B24191C25191C252220232E0E0F30130D2F140D181B22
|
||||
181B24181B24181B24181B24181C251A1D2C202430222536
|
||||
1D1F341617471E263D2E3142393A4C544B5E9E8A698B806E
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="7" name="8" size="1500 1000" center="0.35114 -0.509924" scale="1050" rotate="-90" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.2 0.4 0.4 -0.2 0.44721 -0.223606" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.4 0.2 0.2 0.4 0.223606 -0.111803" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.4 -0.2 0.2 0.4 0.223606 -0.111803" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.4 0.2 0.2 0.4 0.223607 -0.670824" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.4 0.2 -0.2 -0.4 0.223607 -0.670824" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
BDB4AB6E5B546E4B376E3C1B612D0D541F004811003D0301
|
||||
020A17101A281E2A3A303C4D424F604852624E55654A5263
|
||||
474F62313B473732353D2A23593D3076513E7A594E7E625E
|
||||
99969DA4AAB7B0BFD2BAC7DCC4D0E6C1D0E5BFD0E4A8C2DB
|
||||
ACB9C9A9B4C6A3AFBF9EAAB8949DAA8B919D8E8F97928D91
|
||||
988574A4846FB1836BB37A56B57142B05E2DAB4B198F310B
|
||||
4D1C0E010B1700071300030F0D0E1B1B1927382326562E26
|
||||
99502D9D5A35A2643D9D6D519877669377698E786D7D818D
|
||||
7B8292757B8B7177866E74826A707F666D7D5D63735D6373
|
||||
707684767D8D7C85968690A2919CAE95A1B49AA7BA9FAABC
|
||||
949CAF808392767D8E6D788A616E8456647E575E6E5C5C64
|
||||
5D63736C72827B8292868F9F919DADA1ACBEB0BFD2C2D4EA
|
||||
CADEF7CEE3F8CDE1F8CCE0F8CBDFF8CBDFF8BFDAEFC1D1E8
|
||||
C4C4C4BCAB9EB49279A88B799C847A7F818D7A828F7B8292
|
||||
7B82927C808B8080898481887C8290838C9B8092AA8C9CB5
|
||||
9FACBD98A3B6929AAF9198AC9097A987909F89939F9099AA
|
||||
919BB4A9B4C6AAB5C7ABB6C89EABBC8D8D97827E7F8E766C
|
||||
5F5C574F51553F47543542512C3D4F1C264119294017283A
|
||||
1C2939202D402430422834443A4151414A59484C57575057
|
||||
875A3D8F593D98583D84614E79625A5F5F695D63735D6373
|
||||
5D6373535562525059514C505453594F5867495E7150597A
|
||||
5D63735D63735D6373646A7A6972815F65735D6373555E6D
|
||||
514C503F343C2E231F3D15093913081F1D22212A3935343A
|
||||
6646376853496B605C646C777878808C817D988173987C6E
|
||||
92766A866B627D615373625A797572747D8E78839587909F
|
||||
9AA6B6A8B5C6AEBECEBAC9DEC2D4EADDEAE3F9E9EAD1E3F9
|
||||
C5DAEFBDD3E8B3BFD5AFBACCA9B4C69EA9BB8D98AA7B8292
|
||||
757783656D7A5E647263666D806459946B55C27950E88B4E
|
||||
F9AC68DDBA9AC5AB9ABDABA99FA8B79198A8818A99697990
|
||||
5D6373515765404654262A361421310413260B1F2A122232
|
||||
22293B343D4C4047574D54645D6373696F7D7A8295919AAB
|
||||
A3AEC0A8B3C7A8B5C8ABB6C8B2BCC8BCBBC1BDB4AFCAB2A6
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="8" name="9" size="1920 1920" center="0.482227 -0.410142" scale="1728" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="2" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.666667 0 0 0.666667 0 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 0.333333 0.666667 0" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 0.333333 0.333333 -0.333333" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.333333 0 0 0.333333 0 -0.666667" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.333333 0 0 -0.333333 0.5 -1" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.333333 0 0 -0.333333 1 -0.5" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
97602282823F7D7F39787C33686B32585A324F4F32474532
|
||||
292E2123281B1E23162023132324102B2719342B223A3127
|
||||
40382C565046615A4A6C654E72674F7969507D684D81674B
|
||||
8D713D867738807E346C7D28597D1D4F7A1C46771B396515
|
||||
32540F272F0A27250A271B0B27180B27150C29180C2C1C0C
|
||||
3B27133F280F43290B4A2708512506511E045117024A1404
|
||||
4412082F060D26080C1D0B0C240D092C10063413083C160B
|
||||
5726145F271468291560251059220C511F0D4A1C0F381412
|
||||
2A0F1516162E2227312E39343443373A4E3B4C5E3E67703C
|
||||
8D7A379C7738AC7539AE743AB1743CAC7A3CA7813DA0804A
|
||||
9783588B835B8B7A5E8B7262876B5C84655773594C6A4C48
|
||||
50383F4533393B2E333D2A303F262E4326264D27225F291F
|
||||
6A311E8B462A95502E9F5B32A05E36A2613A9B5D37985632
|
||||
815136744C356847356347365F483756463651482E505029
|
||||
5053305658295A592B5F5A2E66573070532D724B29774724
|
||||
6E43266B3D2869372A63372A5E382B5A312F572A314F272B
|
||||
4C22253F211C40211C42221D4129214333294D3E34584B3C
|
||||
745D397F5D328B5D2B8B5B268C5921844F1B7842196C3B19
|
||||
5D331E402B1B3E291B3C271C3A271B38251134250B332A0A
|
||||
292305262205232106192103151903120E030F09010F0600
|
||||
16020020000926000A2C000C3300113D02184D0716530C12
|
||||
5D200D5E240A5F29075D2F075B350A5B3D115D3F155A3C15
|
||||
553D1C4E3F1F45391B42351C3E381E38371D3A34213A3420
|
||||
392220381D2137182233101A2D081427051323060E220C07
|
||||
221305221608291909301B06321807331608330F042E0A02
|
||||
270B012208002007031E0C091B161119211D1D2F352C4246
|
||||
3C53444167474D6B465D62346164295B5C25554B23534A2A
|
||||
4A4E333E4F3B3E583D2F562F1D4D281A4927133D14133805
|
||||
1A370B213512333C144A42225A472E694F337D5A408D6947
|
||||
95834D9A93529A9C4CA2A84CA4A848A1953CA9822FA27C28
|
||||
9B71269A6222875D25785A2B785C31715D3B6C5743755640
|
||||
795C3D815D3E8F58369657299C5821A5551C9D5A29945D32
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="9" name="10" size="1920 1920" center="0.374 -0.373" scale="960" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.55" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.5 0.5 0.5 0.5 0.5 -0.5" opacity="1"/>
|
||||
<xform weight="0.14" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.25 0.25 -0.25 -0.25 0.25 -0.25" opacity="1"/>
|
||||
<xform weight="0.14" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.25 0.25 -0.25 -0.25 0.75 -0.25" opacity="1"/>
|
||||
<xform weight="0.14" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.25 0.25 -0.25 -0.25 0.5 -0.5" opacity="1"/>
|
||||
<xform weight="0.14" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.25 -0.25 -0.25 0.25 0.5 0" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
987900A08107A6870DAC8D13B6971DC1A228C9AA30D2B339
|
||||
F9E76DEBD258DDBE44CDAE34BE9F25A3841A896A0F806118
|
||||
7758215E3F3A5A3B3D5738415031474A2B4E452652412257
|
||||
3112671B157D05199306209A0827A10827A10928A20B2AA4
|
||||
0B2AA42847C11D3CB61332AC10219B0D118B120B85180680
|
||||
301168280970200178210276230475250672280970290A6F
|
||||
3819604324554728514B2C4D5435435E3F3A6647316F5029
|
||||
896A0F8E6F099475049879049D7E04997A039677028D6E0B
|
||||
826316694A2F5B3C3D4D2E4B4627514021583E1F5A422356
|
||||
4D2E4B5738406243366647316B4C2D674831634435563742
|
||||
472851391A5F3415642F1069321365361762381960391A5F
|
||||
4627524A2B4E4E2F4A5132465536435B3C3D664732745524
|
||||
7F6019927306A28310B3941AB7981EBC9D23BFA026CCAD33
|
||||
D3B43AC6A72DBA9B21B09117A6870D896A0F7354255B3C3D
|
||||
4829503213661D147A09158F5978F25E7DF76887FE6F8EF7
|
||||
AAC9BCC2C27FDBBC42D6B73DD1B238C2A329BE9F25BB9C22
|
||||
B8991FB4951BB29319B09117AF9016A98A10A8890FA5860C
|
||||
A28309A7880EAC8D13AD8E14AF9016B5961CBA9B21BE9F25
|
||||
C9AA30CCAD33C7A82EC3A42ABC9D23B4951BAC8D13A4850B
|
||||
A5860CA7880EAA8B11AE8F15AF9016B09117AF9016AA8B11
|
||||
A3840A9576039374049273069071088E6F0A8D6E0B8C6D0C
|
||||
896A0F886910876811826316836415876811896A0F896A0F
|
||||
896A0F896A0F8566138162177F6019755623684930614237
|
||||
5031484D2E4A4B2C4D4728514526534223564021583B1C5D
|
||||
3819603213662405741806800D118B061892001E9804239D
|
||||
04239D05199315098316088219057F3112673D1E5B4B2C4D
|
||||
5B3C3D6D4E2B806118896A0F9071089374059879009A7B01
|
||||
987900967702957603947504967702997A00997A00997A00
|
||||
9A7B019A7B019A7B019778019475049172078D6E0B8A6B0E
|
||||
8A6B0E896A0F896A0F896A0F896A0F846514816217785920
|
||||
7152276E4F2A694A2F7051287859207E5F1A806118816217
|
||||
8162178162177C5D1C6E4F2A5F40395738412F1069452653
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="10" name="11" size="1500 1000" center="0.141333 -0.498667" scale="750" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="red.red" animate="1" linear="1" coefs="0.414213 0 0 0.414213 0 0" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="red.red" animate="1" linear="1" coefs="0 -0.414213 0.414213 0 0.707107 -0.292893" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="red.red" animate="1" linear="1" coefs="0.414213 0 0 0.414213 0.585786 -0.585786" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.7" color="0" var_color="1" color_speed="0.5" symmetry="0" name="red.white" animate="1" linear="1" coefs="-0.414213 0 0 0.414213 0 0" chaos="0 0 0 0 0 1 1 1 1 1 1 1 " opacity="1"/>
|
||||
<xform weight="0.7" color="0" var_color="1" color_speed="0.5" symmetry="0" name="red.white" animate="1" linear="1" coefs="0 -0.414213 -0.414213 0 -0.707107 -0.292893" chaos="0 0 0 0 0 1 1 1 1 1 1 1 " opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.red" animate="1" linear="1" coefs="0 -0.414213 0.414213 0 0.707107 -0.292893" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.red" animate="1" linear="1" coefs="-0.414213 0 0 0.414213 0.707107 -0.292893" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.red" animate="1" linear="1" coefs="0.414213 0 0 -0.414213 0.292893 -0.707107" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.red" animate="1" linear="1" coefs="0 0.414213 -0.414213 0 0.292893 -0.707107" chaos="1 1 1 1 1 0 0 0 0 0 0 0 " opacity="1"/>
|
||||
<xform weight="0.7" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.white" animate="1" linear="1" coefs="-0.414213 0 0 -0.414213 -0.292893 -0.707107" chaos="0 0 0 0 0 1 1 1 1 1 1 1 " opacity="1"/>
|
||||
<xform weight="0.7" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.white" animate="1" linear="1" coefs="0.414213 0 0 -0.414213 -0.414214 -1" chaos="0 0 0 0 0 1 1 1 1 1 1 1 " opacity="1"/>
|
||||
<xform weight="0.7" color="0" var_color="1" color_speed="0.5" symmetry="0" name="white.white" animate="1" linear="1" coefs="0 -0.414213 -0.414213 0 -0.707107 -0.292893" chaos="0 0 0 0 0 1 1 1 1 1 1 1 " opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
511F15791A0A9F1503C23902D86600D76F00D77A01DC8402
|
||||
E39403E9A716FBBF29FCC23CFDC848E1C067D8CC87E0CD99
|
||||
E8C99CFBD25CFECF44FEBF2AF8B607E79202E17F02DD6B00
|
||||
C53E06A91A049D230C9A4C5CA25064AD89638DBA7992B77F
|
||||
B3B78EC0AA89F0B152FEC645FECF44FECB41FCC23EFBBE38
|
||||
F9B539F3A925DD8105D26E00C33C04A71301811403601C14
|
||||
541E1758211B611D2A54232E5C88735AA17F7DBA758FBB76
|
||||
CBAC4DC88A28C47309AA330D7B1D076A230D5C20125C1D11
|
||||
771C057D1E07B6390ED26D03DA7B0AEDA51BEBBB3DD7C267
|
||||
ADC58492C57E8AC37F86C27C89C08295C186B2BC8AC8CD8D
|
||||
D4CDACD8D5BBD4D9BAB4CDAE9DC3A670BBB267B9B75FB1B5
|
||||
44A0B945A6C95BADA770AC8D81BE7B83BC7B80BA7479B66B
|
||||
5B957466222F6B220F7B1C0AAA310BD66101D96F00DE7C03
|
||||
E38D02EA9D16F0B02CF9C236FAC23CFCCA40FEC83FFDC443
|
||||
F6C042DBB65CA2C0768DBC7C85BB7B88BA7989BD8084BB84
|
||||
6CB0B662B7BC60B9C151ABC643AFD144AECC51B4C45EB5AB
|
||||
82C08188BA7886765B7F35495E1F32551A2C511928511924
|
||||
4A1D21491D1E1D291D1C261B0B110D05100B0A0C080C0C0A
|
||||
1A1207471A21551E2B605135569D797FB87891AD8FA3B09F
|
||||
C5B8A9D7C6BED1CAB6B3C99E9BC88F8BC37F86B87194714D
|
||||
9E240DA50F03AE0405B20501B50E01A21203831300771605
|
||||
7A1C0E905F40A1934C88B8738ABB7697BA70D5BE56EBBE48
|
||||
FCCB4EEFD575E7D6A9EADAB3E4DCB5D2D6AAA0CD9594CA8E
|
||||
93C88AA1C68BB5C886C6C376EABB46F1AE33E68112E37D03
|
||||
E07903E47702DE7B04E07D04DF8201E59101E8A61DDBB545
|
||||
B7B76E99C17C99C9879ECB92BCD2A4CEDAC5CADBCBC8D6C9
|
||||
95C1AC70C0B77DC2AC90C084A6C07ED59862D5830EDA7907
|
||||
DD7105DC6F02DF7502DF7504DE7601DA7701DA7A00D97D01
|
||||
D98609E7A020F1AB55CEBA87E6D3ADE3D8BCE3D2C0E6DCC3
|
||||
E2DDC2E1DBBCDDDAC0DFE3C4DBDECFCFDDCCD8DFC4D7DABD
|
||||
DCDAADCCBF91C98790DA8E53C47F16CA5702A315007C1301
|
||||
652006542F0E6F7843559B7B59A581539D7C467A754E2028
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="11" name="12" size="1000 1920" center="0.325097 -1.02081" scale="800" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.11" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.055728 0.229396 0.229396 -0.055728 0.485868 -0.11803" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.472136 0.114698 0.114698 0.472136 0.242934 -0.059017" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.472136 -0.114698 0.114698 0.472136 0.242934 -0.059017" opacity="1"/>
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="-0.472136 0.114698 0.114698 0.472136 0.242934 -1.11803" opacity="1"/>
|
||||
<xform weight="0.5" color="1" var_color="1" color_speed="0" symmetry="1" name="" animate="0" linear="1" coefs="-0.472136 0.114698 -0.114698 -0.472136 0.242934 -1.11803" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
9E7E53B0956DAB9878A79B84B5A996C3B7A8CDC2B4D8CEC1
|
||||
F4F0EAF8F6F2FCFCFBFBF7F2FBF3EAF5E5D8EFD7C7E8CEBD
|
||||
E2C5B4B59D989B898982767B7165706055655B5061564B5E
|
||||
604D57705057805457905450A15449A75444AD5440B1513D
|
||||
A84F3B904130813A2E72342D703A306F4134754A387C533C
|
||||
9C7F64B0937BC4A892D6BBA3E9CFB4EED5B8F3DCBCF4DCBB
|
||||
EED1B8E3ACA2E5A591E79F80E19971DB9363D98E60D8895D
|
||||
DB8858D38954CC8A50C18148B77841B1713CAC6B37A15E32
|
||||
954C2887371C8C3E20914524964C299B532FA9643CB37453
|
||||
C59A82CFA98BDAB995D5B795D0B695C7AE92BEA790A49993
|
||||
8D8A8B626B745657614A444F443F4B3F3A483B3645373447
|
||||
532B34622B2B712C22732B20762B1F752E1C73341F71412A
|
||||
644C32494B423D4D4D324F592A545F23596515586F0B5175
|
||||
0738730C356A113362172F5B1D2C5528294A2E2540362235
|
||||
39232B53201A58221A5E241A6C281F74362A7D453389513A
|
||||
9B593B98583C95573D8E553D88543E764F396846305E3C2B
|
||||
5834285D3F32614639664E417363558A786CA18D84BAA596
|
||||
D8BCA2D3B69FCFB19DC7AA9ABFA497B29085A77B6E9C6757
|
||||
905541783D34793D337A3D33874935955837A1653EAB7247
|
||||
C58F58CD975BD5A05FE1AD66E7B66BE7B870E7BA73E8BB77
|
||||
E9BD7BECC182ECC487EDC78DEECE9CF0D6ACF2DCBBF5E0C3
|
||||
F9EDDDF9F0E4FAF4ECFBFAF8FDFDFDFEFEFEFFFFFFFFFFFF
|
||||
FEFFFFFEFFFFFEFFFFFEFFFFFFFFFFFEFFFFFEFFFFFEFFFF
|
||||
FEFEFEFDFDFDFCFCFCF9F7F6F4EDE6EADCD4DBC8BDC7B2A6
|
||||
AB99929185797871636265504E5B3D3B5536314B2E2D452D
|
||||
35492F4552305C6A3874773F8C8147A1864FB38751C59456
|
||||
D2A05DDDAD66E3B66DE3B871E4BA72E4B973E5B974E6BA76
|
||||
E9BC74EABD71EEBD6AEEBC66EDBB66EEBA66E8B466E2AB5C
|
||||
D49B53C38A49B57B45A56C4396603F85503673402D613327
|
||||
512C2843292F3627332E263427202F201E2B231D2B211A2B
|
||||
1D1C2B181626111624141C251E2124282B2A36342D434139
|
||||
5555476A674F7E795995835EAA8D61A6865CA381559F8051
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="12" name="13" size="1500 1000" center="0 0" scale="375" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="linear" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.352201 0.647799 0.647799 -0.352201 0.647799 -0.647799" opacity="1"/>
|
||||
<xform weight="0.3" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.543689 -0.543689 0 0 -0.839287" opacity="1"/>
|
||||
<xform weight="0.16" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.191488 0.352201 0.352201 -0.191488 0.352201 -1.19149" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
B0A7ADACA3A9A99FA5A59CA1A2989D9E94999B9095978D91
|
||||
93898D9085898C8185897D81857A7D8276797E72757A6E70
|
||||
776A6C7367687063646C5F60695B5C6558586154545E5050
|
||||
5A4C4C5748485345445041404C3D3C4C403A4D44394D4737
|
||||
4E4A364E4D344F51334F54314F5730505B2E505E2D51612B
|
||||
51642A526828526B27526E25537223537522547820547B1F
|
||||
557F1D55821C55851A568919568C17578F16579214589613
|
||||
589911569511539011518C114E87124C8312497E12477A12
|
||||
4475124271123F6C123D68133A6313385F13365B13335613
|
||||
3152132E4D132C4914294414274014243B142237141F3214
|
||||
1D2E141A2915182515152015131C15131B15121B15121A15
|
||||
121A151119141119141018141018141017140F17140F1614
|
||||
0F16140E15140E15130E14130D13130D13130D12130C1213
|
||||
0C11130B11130B10130B10130A0F120A0F120A0E12090E12
|
||||
090D120A0E130C0F140D11140E12150F1316111416121517
|
||||
13161815181916191A171A1A181B1B1A1C1C1B1D1C1C1F1D
|
||||
1E201E1F211F202220212320232521242622252722272823
|
||||
282924292A252A2C262C2D262D2E2731322C353632393A37
|
||||
3D3E3D4241424645484A494D4E4D5252515856555D5A5963
|
||||
5E5D6862616E6764736B68786F6C7E7370837774897B788E
|
||||
7F7C9483809987849E8B88A4908BA9948FAF9893B49C97BA
|
||||
A09BBFA299BDA396BAA594B8A792B5A890B3AA8DB0AC8BAE
|
||||
AD89ACAF86A9B184A7B282A4B480A2B67D9FB77B9DB9799B
|
||||
BB7698BD7496BE7293C07091C26D8EC36B8CC5698AC76687
|
||||
C86485CA6282CC6080CD5D7DCF5B7BC95877C45572BE526E
|
||||
B84F6AB24C66AC4961A7465DA143599B4054963D50903A4C
|
||||
8A37488434437E313F792E3B732B366D283268252E62222A
|
||||
5C1F25561C2150191D4B16184513143F10103A0D0C340A07
|
||||
2E07032D09032D0B032C0D042C0E042B10042A12042A1404
|
||||
291604291805281A05271B05271D05261F05262106252306
|
||||
242506242706232806222A06222C07212E07213007203207
|
||||
1F34071F35071E37081E39081D3B0829743F34AD7540E6AC
|
||||
</palette>
|
||||
</flame>
|
||||
<flame version="EMBER-WIN-1.0.0.19" time="13" name="14" size="1500 1000" center="0.545704 -0.596333" scale="675" rotate="0" supersample="2" filter="0" filter_shape="gaussian" temporal_filter_type="box" temporal_filter_width="1" quality="1000" temporal_samples="100" sub_batch_size="10240" fuse="15" rand_range="1" background="0 0 0" brightness="1" gamma="1" highlight_power="1" logscale_k2="0" vibrancy="1" estimator_radius="0" estimator_minimum="0" estimator_curve="0.4" gamma_threshold="0.01" cam_zpos="0" cam_persp="0" cam_yaw="0" cam_pitch="0" cam_dof="0" blur_curve="0" palette_mode="linear" interpolation="smooth" interpolation_type="log" plugins="linear" new_linear="1" curves="0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 0 0 1 0.25 0.25 1 0.75 0.75 1 1 1 1 " overall_curve="0 0 0.25 0.25 0.75 0.75 1 1 " red_curve="0 0 0.25 0.25 0.75 0.75 1 1 " green_curve="0 0 0.25 0.25 0.75 0.75 1 1 " blue_curve="0 0 0.25 0.25 0.75 0.75 1 1 ">
|
||||
<xform weight="0.5" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.434195 0.565804 0.565804 -0.434195 0.565804 -0.565804" opacity="1"/>
|
||||
<xform weight="0.25" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.50866 -0.50866 0 0 -0.640269" opacity="1"/>
|
||||
<xform weight="0.15" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.220858 0.287802 0.287802 -0.220858 0.287803 -0.928071" opacity="1"/>
|
||||
<xform weight="0.07" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0 0.258735 -0.258735 0 0 -0.965948" opacity="1"/>
|
||||
<xform weight="0.035" color="0" var_color="1" color_speed="0.5" symmetry="0" name="" animate="1" linear="1" coefs="0.112342 0.146394 0.146394 -0.112342 0.146394 -1.11234" opacity="1"/>
|
||||
<palette count="256" format="RGB">
|
||||
9176C29076C19075C18F75C08F75BF8E74BF8E74BE8D74BD
|
||||
8D73BD8C73BC8C73BB8B72BA8A72BA8A72B98971B88971B8
|
||||
8871B78871B68770B68770B58670B4856FB4856FB3846FB2
|
||||
846EB2836EB1836EB0826DAF826DAF816DAE816CAD806CAD
|
||||
7F6CAC7F6BAB7E6BAB7E6BAA7D6AA97D6AA97C6AA87C69A7
|
||||
7B69A77A69A67A68A57968A47968A47868A37867A27767A2
|
||||
7767A17666A07666A075669F74659E74659E73659D73649C
|
||||
72649C72649B71639A71639A7063997062986F62976E6297
|
||||
6E61966D61956D61956C60946C60936B60936B5F926A5F91
|
||||
695F91695F90685E8F685E8F675E8E675D8D665D8C665D8C
|
||||
655C8B655C8A645C8A635B89635B88625B88625A87615A86
|
||||
615A866059856059845F59845E58835E58825D58815D5781
|
||||
5C57805C577F5B567F5B567E5A567D5A567D59557C58557B
|
||||
58557B57547A575479565479565378555377555377545276
|
||||
545275535274525174525173515172515072505071505070
|
||||
4F4F704F4F6F4E4F6E4D4E6E4D4E6D4C4E6C4C4D6C4B4D6B
|
||||
4B4D6A4A4D694A4C69494C68494C67484B67474B66474B65
|
||||
464A65464A64454A63454963444962444961434861424860
|
||||
42485F41475E41475E40475D40465C3F465C3F465B3E455A
|
||||
3E455A3D45593C44583C44583B44573B44563A43563A4355
|
||||
39435439425438425338425237415136415136415035404F
|
||||
35404F34404E343F4D333F4D333F4C323E4B313E4B313E4A
|
||||
303D49303D492F3D482F3C472E3C462E3C462D3B452D3B44
|
||||
2C3B442B3B432B3A422A3A422A3A4129394029394028393F
|
||||
28383E27383E26383D26373C25373B25373B24363A243639
|
||||
2336392335382235372235372134362034352034351F3334
|
||||
1F33331E33331E32321D32311D32311C32301C312F1B312E
|
||||
1A312E1A302D19302C19302C182F2B182F2A172F2A172E29
|
||||
162E28152E28152D27142D26142D26132C25132C24122C23
|
||||
122B23112B22112B21102A210F2A200F2A1F0E291F0E291E
|
||||
0D291D0D291D0C281C0C281B0B281B0A271A0A2719092718
|
||||
092618082617082616072516072515062514062414052413
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
File diff suppressed because it is too large
Load Diff
@ -1,184 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_64_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1175716163186307 0.4779935811868504" scale ="450.2681408655102" background ="0 0 0" >
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0.7071067811865475" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 -0.7071067811865475" weight ="0.4999999999999996" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.4999999999999996" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.245467_34_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.08401018088538606 0.139028586529791" scale ="571.7353253046405" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.4999999999999994" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.4999999999999994" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.402976_34_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1258954776110107 0.09772010288018412" scale ="612.2155718163256" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_36_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1180498702897925 0.4267198843862064" scale ="286.2554943149004" background ="0 0 0" >
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 -0.7071067811865475" weight ="0.4999999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0.7071067811865475" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 -0.7071067811865475" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.4999999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_42_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1642614181870807 0.3513088465029131" scale ="255.3136892923386" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0.7071067811865475" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0.7071067811865475" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 -0.7071067811865475" weight ="0.4999999999999994" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_68_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.0850805307515359 0.1523515898707201" scale ="591.6333123120584" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_78_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1506188073881579 0.1056232056461731" scale ="465.0696482610144" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.4999999999999994" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.4999999999999994" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.557894_58_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.08234391937328783 0.1577805396228197" scale ="546.5829574860376" background ="0 0 0" >
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 -0.4999999999999999 0.5" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.596905_48_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3535533905932738 0.09105112525266593" scale ="310.7361415213546" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.4999999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.7071067811865476 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.602581_69_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.05114738828927784 0.1384619343248676" scale ="510.8047047588615" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 -0.4999999999999999 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.4999999999999996" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.4999999999999996" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.617117_68_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1252630143394351 -0.1455219806778358" scale ="498.4836580021152" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.4999999999999994" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.647726_68_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.07689946880237289 0.156917727693465" scale ="558.4657641210108" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.4999999999999996" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.656686_43_14" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1328989527305393 0.03464867191485521" scale ="447.0214006727774" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 -0.4999999999999999 0.5" weight ="0.4999999999999997" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.4999999999999996" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.4999999999999996" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.7071067811865476 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,158 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.267059_23_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1995747655169166 0.3738013875174981" scale ="812.3963291281462" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.3333333333333333" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.3333333333333333" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.1666666666666666" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.1666666666666666" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.291361_28_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1918361800557294 0.3643261539881381" scale ="616.8504690201929" background ="0 0 0" >
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.3333333333333334" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.1666666666666664" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865475 -0 0 -0.7071067811865476 0 0" weight ="0.1666666666666664" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.415607_28_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1811234641728624 0.3524175543317468" scale ="623.4880714413836" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.3333333333333333" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.1666666666666664" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0 0" weight ="0.1666666666666664" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.468962_30_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.195630624700776 0.3600186850078079" scale ="608.7325464267756" background ="0 0 0" >
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.3333333333333331" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.3333333333333331" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.1666666666666666" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0 0" weight ="0.1666666666666666" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.484400_25_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2183461264002251 0.3845828243046178" scale ="759.1054064344754" background ="0 0 0" >
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.3333333333333333" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.3333333333333333" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.1666666666666666" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.1666666666666665" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_34_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4018198060475717 0.2286369629916195" scale ="714.0528274042254" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.3333333333333332" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.1666666666666665" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.1666666666666666" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 -0.7071067811865476 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.542194_30_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1920824764220216 0.3627613439825754" scale ="615.8997070324491" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.3333333333333333" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.1666666666666664" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0 0" weight ="0.1666666666666664" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.565210_37_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2045487590998046 0.3650040245183852" scale ="595.0521834873382" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.3333333333333333" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.1666666666666664" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.1666666666666664" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.582099_34_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2237838499896489 0.3661825611635341" scale ="554.8017751050741" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.3333333333333333" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.1666666666666664" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.1666666666666664" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.582343_26_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1977971117078345 0.3595030164132045" scale ="686.9762285091674" background ="0 0 0" >
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.3333333333333334" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.3333333333333334" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.1666666666666664" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865475 -0 0 -0.7071067811865476 0 0" weight ="0.1666666666666664" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.587018_32_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4210577410150049 0.2367815179031207" scale ="481.7865679693276" background ="0 0 0" >
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.3333333333333335" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.3333333333333335" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.1666666666666667" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.1666666666666667" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 -0.7071067811865476 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.597134_26_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1967959519576747 0.3626163041619505" scale ="687.8854790071333" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.3333333333333332" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.3333333333333333" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.1666666666666666" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.1666666666666666" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0.7071067811865475" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 0.3535533905932736 -0.3535533905932738 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,41 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.210761_28_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.09581286649111792 -0.4173472441319595" scale ="558.6842857601723" background ="0 0 0" >
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932738 0.3535533905932737 -0.3535533905932738 0.3535533905932737 0 -0.5" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.3535533905932738 -0.3535533905932737 0.3535533905932738 -0.3535533905932737 0 -0.5" weight ="0.2499999999999998" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.210761_34_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.06849597307781882 -0.3958299263990971" scale ="542.4802128319525" background ="0 0 0" >
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.2499999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865475 -0 0 -0.7071067811865476 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.4999999999999997" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.3535533905932736 0.3535533905932738 0.3535533905932739 0.3535533905932736 0 -0.5" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.3535533905932736 -0.3535533905932738 -0.3535533905932739 -0.3535533905932736 0 -0.5" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.210761_39_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.0872604577167467 -0.4127395422832533" scale ="552.2140965576801" background ="0 0 0" >
|
||||
<xform coefs ="0 0.7071067811865475 -0.7071067811865475 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 0.7071067811865475 0 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.3535533905932736 0.3535533905932738 0.3535533905932739 0.3535533905932736 0 -0.5" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.3535533905932738 -0.3535533905932737 -0.3535533905932736 0.3535533905932738 0 -0.5" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,38 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_61_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4102991403377316 -0.1573178073554774" scale ="228.4074758691688" background ="0 0 0" >
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0.7071067811865475" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0 0 0.5 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 -0.3535533905932737 0.3535533905932738" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0.7071067811865476 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.585504_24_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1467560543137183 -0.4080107255974061" scale ="253.4394060664205" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0.3535533905932737 -0.3535533905932738" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 -0.7071067811865475" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.650745_22_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2662206607205205 -0.04283750286131172" scale ="380.8770974420189" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 -0.3535533905932737 0.3535533905932738" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0.7071067811865476 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,57 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_20_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3642260764317686 -0.1978628994471121" scale ="570.0953245544898" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 -0.5 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.415607_32_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1385582598905059 0.2976512416841583" scale ="363.3716967692956" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 -0.5 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0.5000000000000001 0.5" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_19_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1572491197313325 0.1961479991735689" scale ="372.9672876905847" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0.4999999999999999 -0.5" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 -0.5 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0.5000000000000001 0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_23_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.00488981355163326 0.3361634043051396" scale ="311.7440068160717" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0.4999999999999999 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.3535533905932738 -0.3535533905932737 -0.3535533905932736 0.3535533905932738 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0.7071067811865475" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.559230_20_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.08962588176480962 0.2702970729175068" scale ="391.4290088635465" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,158 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.264432_27_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3140247249471275 0.4999999999999999" scale ="815.5985820164665" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0 0 0.5 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.325109_32_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3621593981817265 0.4550097388776646" scale ="580.1820974820436" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 0.25 -0.25 0.2499999999999999 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.327448_27_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3080966981242347 0.5" scale ="801.4526358717432" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 0.2499999999999999 0.2499999999999999 -0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.329475_34_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3498289618845674 0.4508330139132353" scale ="489.9691663898756" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 0.2499999999999999 0.2499999999999999 -0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 0.5 0 0 0" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4374999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.373053_27_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.308812718659677 0.5" scale ="839.3658661249933" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2499999999999999 0.25 0.2500000000000001 0.2499999999999999 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 0.2499999999999999 0.2499999999999999 -0.2500000000000001 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0 0 0.5 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.388484_32_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3668786023569117 0.4630115087787837" scale ="573.9348881809582" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.451102_23_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3172322797954331 0.4502420341915236" scale ="509.6847719863835" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2499999999999999 0.25 0.2500000000000001 0.2499999999999999 0 0" weight ="0.1250000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 0.25 -0.25 0.2499999999999999 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 0.5 0 0 0" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.578394_27_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3216869669120251 0.5" scale ="702.1645431816195" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2499999999999999 0.25 0.2500000000000001 0.2499999999999999 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.597339_27_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3614612205758893 0.5" scale ="614.9395846539503" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2499999999999999 0.25 0.2500000000000001 0.2499999999999999 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2500000000000001 -0.2499999999999999 -0.2499999999999999 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.627908_32_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3558937592429884 0.4606177020665053" scale ="523.9520062469709" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2500000000000001 -0.2499999999999999 -0.2499999999999999 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 0.5 0 0 0" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4374999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.640332_27_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2982399589565453 0.5" scale ="769.8114267563966" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.25 -0.25 0.25 -0.2499999999999999 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 0.2499999999999999 0.2499999999999999 -0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.651404_27_14" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3595066528383687 0.4999999999999999" scale ="614.5345122620381" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.25 0.25 0.2500000000000001 0 0" weight ="0.1250000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.25 -0.25 0.25 -0.2499999999999999 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.679990_36_16" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3937361778600916 0.4805312041933671" scale ="526.8058818811994" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.25 -0.25 0.25 -0.2499999999999999 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.25 -0.25 0.25 -0.2499999999999999 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4374999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 -0.4999999999999999 0.5" weight ="0.4375000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,46 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.267059_19_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.02957105233927743 -0.1132642819573543" scale ="539.7909743563984" background ="0 0 0" >
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 -0.5 0.5 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.582099_28_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1823869324941756 -0.1823869324941756" scale ="272.0745846458688" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 -0.5" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.582099_29_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.01629544798015503 0.1010594933073632" scale ="457.9882530340172" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0.5000000000000001 0.5" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0.5" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.587018_26_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1837640731177984 -0.1684574915590055" scale ="276.2225980253885" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.2499999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0.5 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,145 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_29_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.0002298923050981783 0.0004597846101961345" scale ="211.0375045754084" background ="0 0 0" >
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5000000000000001 -0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0.5000000000000001 0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0 0 -0.4999999999999999 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_30_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2182960236474256 -0.1790254049240029" scale ="638.5703933656479" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0.4999999999999999 -0.5" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_30_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2601785397423017 -0.3373662026666291" scale ="496.3125035999052" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 -0.5000000000000001 -0.5" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.267059_17_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.006564234560692189 -0.3375310552931451" scale ="599.1511434217707" background ="0 0 0" >
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5000000000000001 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.267059_30_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1784556107492635 -0.1535071332541439" scale ="354.2534294941523" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.267059_32_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.7466022749445422 -0.2269575851105357" scale ="189.0625877766684" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 1 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.291361_22_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.123932790793711 -0.2603275698060253" scale ="592.0950168044884" background ="0 0 0" >
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5000000000000001 -0.5" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.291361_40_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2116450753236822 -0.120335304776454" scale ="419.7023724893232" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 0.4999999999999999 -0.5" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.291361_45_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3334467183628135 -0.04575153847624358" scale ="203.0524792592212" background ="0 0 0" >
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -1 0" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.510524_39_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2200607595742086 -0.3520568217547487" scale ="322.7265531564419" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5" weight ="0.4999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.5000000000000001 -0.5" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 -0.5 0 -0.5000000000000001 -0.5" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_17_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1364516161977413 -0.18140808077083" scale ="271.847874515699" background ="0 0 0" >
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.5000000000000001 -0.5" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 0.5" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.4999999999999999 -0.5 0 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 0.5 0 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.523627_34_15" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4677322711002819 0.2499999999999999" scale ="131.8473884374795" background ="0 0 0" >
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 -1" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.4999999999999998 -0.5 -0.5000000000000001 -0.4999999999999999 0.5000000000000001 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0 0 -0.4999999999999999 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.4999999999999999 0 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5000000000000002 0.4999999999999998 0.4999999999999998 -0.5000000000000001 -1 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.571532_30_17" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.183850436917083 -0.1741071428571428" scale ="513.0866704443188" background ="0 0 0" >
|
||||
<xform coefs ="0.7071067811865475 -0 0 0.7071067811865476 0.7071067811865476 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0.7071067811865476 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 -0.4999999999999999 -0.5 0 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.3535533905932738 -0.3535533905932737 -0.3535533905932736 0.3535533905932738 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,28 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.210761_27_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2198477799033102 0.01718920695467746" scale ="456.198218432599" background ="0 0 0" >
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.125" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.125" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.125" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.3535533905932737 0.3535533905932738 0 0.3535533905932738 0" weight ="0.1250000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 1 1 0 0 1 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.210761_34_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2248246334471615 -0.1001026127092202" scale ="475.0817170198991" background ="0 0 0" >
|
||||
<xform coefs ="0 -0.7071067811865475 -0.7071067811865476 0 0 0" weight ="0.125" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.7071067811865476 -0 0 -0.7071067811865476 0 0" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.7071067811865475 0.7071067811865476 0 0 0" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.7071067811865476 -0 0 0.7071067811865476 0 0" weight ="0.125" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5 0.4999999999999999 -0.5 -0.5000000000000001 -0.4999999999999999 0.5" weight ="0.125" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.3535533905932737 0.3535533905932738 0 0.3535533905932738 0" weight ="0.125" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5 -0.4999999999999999 0.5 0.5000000000000001 0 0" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 1 1 0 0 1 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.499964_51_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.08335147531286208 0.4062678537840879" scale ="379.5588319180033" background ="0 0 0" >
|
||||
<xform coefs ="-0.5000000000000002 -0.4999999999999998 -0.4999999999999998 0.5000000000000001 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4999999999999998 0.5 0.5000000000000001 0.4999999999999999 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.4999999999999999 -0.4999999999999999 0.4999999999999999 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 0.2499999999999999 0.2499999999999999 -0.2500000000000001 0.2500000000000001 0.25" weight ="0.125" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.4999999999999999 0.4999999999999999 -0.4999999999999999 -0.4999999999999999 0.5" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.2500000000000001 -0.2499999999999999 -0.2499999999999999 0.2500000000000001 0.2500000000000001 0.25" weight ="0.125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,990 +0,0 @@
|
||||
<flames name="-x^3+x^2+x">
|
||||
<flame name="1.000000_30_4" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.43789513526242 0.136864391156744" scale="541.204072385429" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.25 -0.433012701892219 0.433012701892219 -0.25 -0.433012701892219 0.25" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 -0.683012701892219 0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 -0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0 0 0.5 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.000000_30_5" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.351046751301287 -0.222859465560757" scale="571.229329071777" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.433012701892219 -0.25 0.25 0.433012701892219 -0.25 -0.433012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 -0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0 0 0.5 0 0.5" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.000000_36_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.00956369106128202 0.165813691061282" scale="145.591439135189" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.5 0.5 -0.5 -0.5 -0.183012701892219 0.683012701892219" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.0915063509461096 0.34150635094611 -0.34150635094611 0.0915063509461097 0.25 0.25" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.0624999999999999" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.125 -0.21650635094611 0.21650635094611 -0.125 0 0" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.3125" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.5 -0.5 0.5 -0.5 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.000000_18_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.200591087768157 -0.433012701892219" scale="309.737116529453" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 -0.5 -0.5 -0.5 -0.683012701892219 -0.183012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0 0 0.5 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 -0.866025403784439" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.000000_18_3" version="Apophysis 7x Version 15C.9" size="800 480" center="0.505881295587514 0" scale="428.404367051706" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 -0.683012701892219 -0.683012701892219 0.183012701892219 -0.5 0.5" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.433012701892219 -0.25 -0.25 -0.433012701892219 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 1 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 0.183012701892219 -0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.000000_20_4" version="Apophysis 7x Version 15C.9" size="800 480" center="0.0304269730449931 -0.34322803655404" scale="172.852755343455" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 -0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.433012701892219 0.25 0.25 -0.433012701892219 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 -0.866025403784439" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.5 -0.5 0.5 -0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.210761_17_6" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.345155757883176 -0.079950942001319" scale="234.75670486976" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 -0.5 0.5 0.5 0.183012701892219 0.683012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 -0.433012701892219 0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.5 -0.5 0.5 -0.5 -1 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 0.183012701892219 -0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.210761_20_3" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.0940199682748039 0.303856619461724" scale="311.972478494878" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 -0.683012701892219 0.183012701892219 0.5 0.5" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.0915063509461096 0.34150635094611 -0.34150635094611 0.0915063509461097 0.25 0.25" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.0625" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.25 0 0 0.25 0 0" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.3125" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.267059_17_6" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.0998474675864033 0.43821191878868" scale="404.335551599465" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.433012701892219 0.25 -0.25 -0.433012701892219 0.25 0.433012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219 0.683012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 -0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0 0 0.5 0 0.5" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.267059_32_7" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.465942649683491 -0.104010095876873" scale="424.142556165875" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 0.433012701892219 -0.25 -0.433012701892219 0.25" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 -0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0 0 0.5 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.291361_22_8" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.425497097411486 0.0608073738268879" scale="432.631921569579" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 0.433012701892219 -0.25 -0.433012701892219 0.25" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 -0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0 0 0.5 0 0.5" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.357019_34_4" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.147725479967157 0.0636406179999734" scale="363.449112887278" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.5 0.5 -0.5 -0.5 -0.183012701892219 0.683012701892219" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.0915063509461096 0.34150635094611 -0.34150635094611 0.0915063509461097 0.25 0.25" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.0624999999999999" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.125 -0.21650635094611 0.21650635094611 -0.125 0 0" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.3125" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.410866_19_7" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.125 0.00824826757178215" scale="567.7099928871" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 -0.5 0.5 0.5 0.366025403784439 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 -0.433012701892219 0.433012701892219 0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.5 -0.5 0.5 -0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 0.183012701892219 -0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.449984_20_8" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.25 0.472830654530118" scale="320.145484181529" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 -0.683012701892219 -0.683012701892219 0.183012701892219 0.683012701892219 -0.183012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0 0.5 -0.5 0 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 -0.183012701892219 -0.683012701892219 -0.5 0.5" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 -0.5 0.5" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.510524_39_10" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.256803359816367 0.413184672282433" scale="478.063510949081" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.25 -0.433012701892219 0.433012701892219 -0.25 -0.433012701892219 0.25" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219 0.683012701892219" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 -0.683012701892219 -0.683012701892219 -0.183012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0 -0.5 0.5 0 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.528571_18_9" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.178141055073304 -0.497223408338937" scale="340.312117347329" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 0.5" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 -0.433012701892219 0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 -0.866025403784439" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.548964_20_12" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.125 -0.362776257842555" scale="174.104160998364" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 -0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.5 0 0 -0.5 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 -0.866025403784439" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.5 -0.5 0.5 -0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.549616_34_5" version="Apophysis 7x Version 15C.9" size="800 480" center="0 0.323597760330581" scale="443.579876604015" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.0915063509461096 0.34150635094611 -0.34150635094611 0.0915063509461097 0.25 0.25" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.0625" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.125 -0.21650635094611 0.21650635094611 0.125 0 0" chaos="0 0 " opacity="0" />
|
||||
<xform weight="0.3125" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.5 0.5 0.5 0.5 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.3125" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 0 0" chaos="1 1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.571532_30_11" version="Apophysis 7x Version 15C.9" size="800 480" center="0.0611557471782924 -0.25" scale="672.864202351243" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.25 -0.433012701892219 -0.433012701892219 0.25 0 0" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 -0.183012701892219 0.183012701892219 0.683012701892219 0 0" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 0.183012701892219 -0.683012701892219" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 -0.433012701892219 -0.433012701892219 -0.25 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 -0.683012701892219 -0.183012701892219 0.183012701892219 -0.683012701892219" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.571532_30_12" version="Apophysis 7x Version 15C.9" size="800 480" center="0.21271121438824 -0.169527271410036" scale="567.923638193181" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 0.433012701892219 -0.25 0 0" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 0.683012701892219 0.683012701892219 0.183012701892219 0 0" chaos="0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.183012701892219 0.683012701892219" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 -0.433012701892219 -0.433012701892219 -0.25 0 0" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.5" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 -0.683012701892219 0.683012701892219 0.183012701892219 -0.183012701892219 0.683012701892219" chaos="1 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.584963_18_14" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.186778158792359 -0.433012701892219" scale="336.627461055452" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 -0.5 -0.5 -0.5 -0.683012701892219 -0.183012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 -0.433012701892219 0.433012701892219 0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 -0.866025403784439" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.584963_21_15" version="Apophysis 7x Version 15C.9" size="800 480" center="0.276078084842533 -0.184013802333901" scale="235.041142654896" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 -0.683012701892219 0.183012701892219 -0.683012701892219 -0.183012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.25 -0.433012701892219 0.433012701892219 -0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 1 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 0.183012701892219 -0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.584963_22_17" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.077605056923917 -0.433012701892219" scale="278.700861632306" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.183012701892219 -0.683012701892219 -0.683012701892219 0.183012701892219 -0.5 0.5" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 -0.433012701892219 0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 -0.183012701892219 -0.183012701892219 0.683012701892219 -0.5 -0.866025403784439" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.683012701892219 0.183012701892219 0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.183012701892219 0.683012701892219 0.683012701892219 -0.183012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.584963_24_18" version="Apophysis 7x Version 15C.9" size="800 480" center="0.479876808501893 -0.0641557121972415" scale="206.89976296948" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.5" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.5 0.5 -0.5 -0.5 -0.183012701892219 -0.683012701892219" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.25 0.433012701892219 -0.433012701892219 0.25 0 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.25" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 1 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.5 0.5 -0.5 0.5 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.25" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.683012701892219 0.183012701892219 -0.183012701892219 -0.683012701892219 0 0" chaos="1 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,62 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_36_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.00956369106128202 0.1658136910612822" scale ="194.1219188469185" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.5000000000000001 -0.4999999999999999 -0.4999999999999999 -0.1830127018922194 0.6830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.09150635094610964 0.3415063509461097 -0.3415063509461097 0.09150635094610968 0.25 0.2500000000000001" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.2165063509461097 0.2165063509461096 -0.125 0 0" weight ="0.06249999999999994" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 0 0" weight ="0.3125000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.3125000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0 0" weight ="0.3124999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.210761_20_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.09401996827480386 0.3038566194617236" scale ="311.9724784948777" background ="0 0 0" >
|
||||
<xform coefs ="0.1830127018922193 0.6830127018922194 -0.6830127018922194 0.1830127018922194 0.4999999999999999 0.5000000000000001" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.09150635094610964 0.3415063509461097 -0.3415063509461097 0.09150635094610968 0.25 0.2500000000000001" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0 0 0.25 0 0" weight ="0.06249999999999996" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.3125000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.3125000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0 0" weight ="0.3124999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.357019_34_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1477254799671573 0.06364061799997345" scale ="363.4491128872783" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.5000000000000001 -0.4999999999999999 -0.4999999999999999 -0.1830127018922194 0.6830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.09150635094610964 0.3415063509461097 -0.3415063509461097 0.09150635094610968 0.25 0.2500000000000001" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.2165063509461097 0.2165063509461096 -0.125 0 0" weight ="0.06249999999999994" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.3125000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.3125000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0 0" weight ="0.3124999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.549616_34_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0 0.3235977603305811" scale ="443.579876604015" background ="0 0 0" >
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 -0.1830127018922194 0.6830127018922194" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.09150635094610964 0.3415063509461097 -0.3415063509461097 0.09150635094610968 0.25 0.2500000000000001" weight ="0.1250000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 -0.2165063509461097 0.2165063509461096 0.125 0 0" weight ="0.06250000000000003" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.3125" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5000000000000002 0.5 0.4999999999999999 0.5 0 0" weight ="0.3125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 0 0" weight ="0.3125" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.584963_36_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2132920151109632 0.1298284923937795" scale ="140.1833347572922" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.5000000000000001 -0.4999999999999999 -0.4999999999999999 -0.1830127018922194 0.6830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.09150635094610964 0.3415063509461097 -0.3415063509461097 0.09150635094610968 0.25 0.2500000000000001" weight ="0.125" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.2165063509461097 0.2165063509461096 -0.125 0 0" weight ="0.06249999999999994" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0.8660254037844386 0.5000000000000002" weight ="0.3125000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.3125000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0 0" weight ="0.3124999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,156 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_18_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.200591087768157 -0.4330127018922193" scale ="412.9828220392708" background ="0 0 0" >
|
||||
<xform coefs ="0.5000000000000002 -0.5 -0.4999999999999999 -0.5 -0.6830127018922194 -0.1830127018922194" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.4999999999999999 -0.8660254037844387" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_18_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5058812955875139 -0" scale ="428.4043670517056" background ="0 0 0" >
|
||||
<xform coefs ="-0.1830127018922192 -0.6830127018922194 -0.6830127018922192 0.1830127018922192 -0.5 0.5000000000000001" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.4330127018922194 -0.25 -0.2499999999999999 -0.4330127018922193 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 1 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_20_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.03042697304499309 -0.3432280365540397" scale ="172.8527553434545" background ="0 0 0" >
|
||||
<xform coefs ="0.1830127018922193 0.6830127018922194 -0.6830127018922194 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.4330127018922192 0.2500000000000001 0.2500000000000001 -0.4330127018922193 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.4999999999999999 -0.8660254037844387" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_22_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1613455446596613 -0.01154396852803175" scale ="199.2042591699278" background ="0 0 0" >
|
||||
<xform coefs ="-0.5000000000000002 0.5 0.4999999999999999 0.5 0.6830127018922194 0.1830127018922194" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.4330127018922194 0.4330127018922192 0.25 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.210761_17_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3451557578831758 -0.07995094200131903" scale ="234.7567048697602" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.5000000000000001 0.4999999999999999 0.4999999999999999 0.1830127018922192 0.6830127018922194" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 0.4330127018922194 -0.4330127018922192 0.25 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 -1 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.410866_19_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1250000000000001 0.008248267571782153" scale ="567.7099928871005" background ="0 0 0" >
|
||||
<xform coefs ="0.5 -0.5000000000000001 0.4999999999999999 0.4999999999999999 0.3660254037844387 0" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.4330127018922194 0.4330127018922192 0.25 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.449984_20_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.25 0.4728306545301182" scale ="320.145484181529" background ="0 0 0" >
|
||||
<xform coefs ="-0.1830127018922192 -0.6830127018922194 -0.6830127018922192 0.1830127018922192 0.6830127018922194 -0.1830127018922192" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0 0.5 -0.4999999999999999 0 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922194 -0.1830127018922193 -0.1830127018922191 -0.6830127018922194 -0.5 0.5000000000000001" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922194 0.1830127018922193 0.1830127018922191 0.6830127018922194 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 -0.5 0.5000000000000001" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.528571_18_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1781410550733036 -0.4972234083389366" scale ="340.3121173473286" background ="0 0 0" >
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922193 -0.1830127018922192 0.6830127018922194 -0.5 0.5000000000000001" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 0.4330127018922194 -0.4330127018922192 0.25 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.4999999999999999 -0.8660254037844387" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.548964_20_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1249999999999999 -0.3627762578425551" scale ="174.1041609983641" background ="0 0 0" >
|
||||
<xform coefs ="0.1830127018922193 0.6830127018922194 -0.6830127018922194 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0 0 -0.5 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.4999999999999999 -0.8660254037844387" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.584963_18_14" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1867781587923593 -0.4330127018922194" scale ="336.6274610554519" background ="0 0 0" >
|
||||
<xform coefs ="0.5000000000000002 -0.5 -0.4999999999999999 -0.5 -0.6830127018922194 -0.1830127018922194" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.4330127018922194 0.4330127018922192 0.25 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.4999999999999999 -0.8660254037844387" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.584963_21_15" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2760780848425326 -0.1840138023339006" scale ="235.041142654896" background ="0 0 0" >
|
||||
<xform coefs ="0.1830127018922193 0.6830127018922194 -0.6830127018922194 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.25 -0.4330127018922194 0.4330127018922192 -0.25 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 1 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.584963_22_16" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.06045116036280462 -0" scale ="158.070260480225" background ="0 0 0" >
|
||||
<xform coefs ="0.1830127018922193 0.6830127018922194 -0.6830127018922194 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 -0.4330127018922194 0.4330127018922192 0.25 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5 -0.5 0.4999999999999999 -0.5 -1 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.584963_22_17" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.077605056923917 -0.4330127018922193" scale ="278.7008616323059" background ="0 0 0" >
|
||||
<xform coefs ="-0.1830127018922192 -0.6830127018922194 -0.6830127018922192 0.1830127018922192 -0.5 0.5000000000000001" weight ="0.4999999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 0.4330127018922194 -0.4330127018922192 0.25 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.4999999999999999 -0.8660254037844387" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922192 0.6830127018922194 0.6830127018922192 -0.1830127018922192 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.584963_24_18" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4798768085018926 -0.06415571219724148" scale ="206.89976296948" background ="0 0 0" >
|
||||
<xform coefs ="-0.5 0.5000000000000001 -0.4999999999999999 -0.4999999999999999 -0.1830127018922192 -0.6830127018922194" weight ="0.5000000000000002" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.25 0.4330127018922194 -0.4330127018922192 0.25 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 1 0" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5 0.5 -0.4999999999999999 0.5 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 0.1830127018922194 -0.1830127018922193 -0.6830127018922194 0 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,123 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.000000_29_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.001002108682930825 0.002004217365861649" scale ="210.7773662498954" background ="0 0 0" >
|
||||
<xform coefs ="0.25 -0.4330127018922194 0.4330127018922192 0.25 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922193 0.6830127018922194 -0.6830127018922194 0.1830127018922194 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922193 0.1830127018922192 -0.6830127018922194 -0.1830127018922194 0.6830127018922194" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 0.5 -0.4999999999999999 0 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 0.6830127018922192 0.1830127018922192 0.1830127018922194 -0.6830127018922194" weight ="0.4999999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_30_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5009592519032787 0.03134028474157124" scale ="767.6893678680262" background ="0 0 0" >
|
||||
<xform coefs ="0.2499999999999999 0.4330127018922194 0.4330127018922193 -0.2499999999999999 -0.4330127018922194 0.25" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 0.6830127018922192 0.1830127018922192 -0.6830127018922194 -0.1830127018922194" weight ="0.4999999999999998" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 -0.6830127018922193 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.5 -0.4999999999999999 0 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_30_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4378951352624204 0.1368643911567442" scale ="541.2040723854288" background ="0 0 0" >
|
||||
<xform coefs ="-0.25 -0.4330127018922194 0.4330127018922192 -0.25 -0.4330127018922194 0.25" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 0.6830127018922192 0.1830127018922192 -0.6830127018922194 -0.1830127018922194" weight ="0.4999999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 -0.6830127018922193 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.000000_30_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3510467513012868 -0.2228594655607565" scale ="571.2293290717768" background ="0 0 0" >
|
||||
<xform coefs ="0.4330127018922193 -0.25 0.25 0.4330127018922193 -0.2499999999999999 -0.4330127018922194" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 0.6830127018922193 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922193 -0.6830127018922194 0.6830127018922194 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0.5000000000000001" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.267059_17_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.09984746758640334 0.4382119187886805" scale ="404.3355515994646" background ="0 0 0" >
|
||||
<xform coefs ="-0.4330127018922193 0.25 -0.25 -0.4330127018922193 0.2499999999999999 0.4330127018922194" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922193 0.1830127018922192 -0.6830127018922194 -0.1830127018922194 0.6830127018922194" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922193 -0.6830127018922194 0.6830127018922194 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0.5000000000000001" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.267059_32_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4659426496834911 -0.1040100958768727" scale ="424.1425561658746" background ="0 0 0" >
|
||||
<xform coefs ="0.2499999999999999 0.4330127018922194 0.4330127018922193 -0.2499999999999999 -0.4330127018922194 0.25" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 0.6830127018922193 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 -0.6830127018922193 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.291361_22_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4254970974114863 0.06080737382688789" scale ="432.6319215695787" background ="0 0 0" >
|
||||
<xform coefs ="0.2499999999999999 0.4330127018922194 0.4330127018922193 -0.2499999999999999 -0.4330127018922194 0.25" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 0.6830127018922193 0.1830127018922194 -0.6830127018922194 -0.1830127018922194" weight ="0.5" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 -0.6830127018922193 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0.5000000000000001" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.291361_45_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2560955161989503 0.3386107387174858" scale ="439.7780368093366" background ="0 0 0" >
|
||||
<xform coefs ="-0.25 -0.4330127018922194 0.4330127018922192 -0.25 -0.4330127018922194 0.25" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922193 0.1830127018922192 -0.6830127018922194 -0.1830127018922194 0.6830127018922194" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922193 -0.6830127018922194 0.6830127018922194 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5 -0 0 0.5 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.510524_39_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.256803359816367 0.4131846722824331" scale ="478.0635109490808" background ="0 0 0" >
|
||||
<xform coefs ="-0.25 -0.4330127018922194 0.4330127018922192 -0.25 -0.4330127018922194 0.25" weight ="0.25" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 -0.1830127018922194 0.6830127018922194" weight ="0.5000000000000002" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 -0.6830127018922193 -0.1830127018922194 0 0" weight ="0.5" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0 -0.5 0.4999999999999999 0 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 0 0" weight ="0.5" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.571532_30_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.06115574717829242 -0.2500000000000001" scale ="672.8642023512433" background ="0 0 0" >
|
||||
<xform coefs ="-0.2499999999999999 -0.4330127018922194 -0.4330127018922193 0.2499999999999999 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 -0.1830127018922194 0.1830127018922193 0.6830127018922194 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.6830127018922193 0.1830127018922194 0.1830127018922195 -0.6830127018922193 0.1830127018922194 -0.6830127018922194" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 -0.4330127018922194 -0.4330127018922192 -0.2500000000000001 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 -0.6830127018922192 -0.1830127018922192 0.1830127018922194 -0.6830127018922194" weight ="0.4999999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.571532_30_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2127112143882395 -0.1695272714100355" scale ="567.9236381931812" background ="0 0 0" >
|
||||
<xform coefs ="0.2499999999999999 0.4330127018922194 0.4330127018922193 -0.2499999999999999 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1830127018922194 0.6830127018922194 0.6830127018922193 0.1830127018922194 0 0" weight ="0.5000000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.6830127018922193 -0.1830127018922194 -0.1830127018922195 0.6830127018922193 -0.1830127018922194 0.6830127018922194" weight ="0.5000000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2500000000000001 -0.4330127018922194 -0.4330127018922192 -0.2500000000000001 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1830127018922194 -0.6830127018922194 0.6830127018922192 0.1830127018922192 -0.1830127018922194 0.6830127018922194" weight ="0.4999999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
File diff suppressed because it is too large
Load Diff
@ -1,72 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.303052_24_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1875 0.316597595695033" scale ="226.7205383955617" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.25 -0.9682458365518543" weight ="0.1249999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.1249999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.1249999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.1249999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.357019_16_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1128211310988091 0.7251352515764022" scale ="286.7739089726094" background ="0 0 0" >
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.1249999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.1249999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.1249999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.1249999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.75 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.410866_16_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3564777374267578 0.7790836116938881" scale ="205.1948779148702" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.1249999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.875 -0.4841229182759271" weight ="0.1249999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.1249999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.1249999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.437255_16_14" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.07054579503421288 -0.4423756088082165" scale ="197.1899119690482" background ="0 0 0" >
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.1249999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.1249999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.1249999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1 0" weight ="0.1249999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.75 -0.9682458365518543" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.25 -0.9682458365518543" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.478565_18_15" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5199058021296313 0.002252896665898452" scale ="140.150622653658" background ="0 0 0" >
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1.125 0.4841229182759271" weight ="0.1249999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.1249999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.1249999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.1249999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,100 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.271553_20_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="1.0625 -0" scale ="96.99905369898322" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 2 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 2 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.300294_18_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.328125 0.2420614591379636" scale ="143.8560508833148" background ="0 0 0" >
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 2 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -2.125 -0.4841229182759271" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.303052_19_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5625 -0" scale ="137.2475957631734" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -2 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.303052_36_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0 -0" scale ="77.50934038682668" background ="0 0 0" >
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 2 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 2 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.395914_12_12" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5625 -0" scale ="162.9616835578101" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -3 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -2 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.460009_12_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4999999999999999 -0" scale ="163.1308324016386" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -3 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -2 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.475634_29_16" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5 -0" scale ="155.5194689816836" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -2 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2499999999999999" color ="0.01568627543747425" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,114 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.252764_15_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3125 -0.2420614591379635" scale ="157.2730687207391" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.875 -0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.875 -0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.252764_24_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5756270328909652 -0.4841229182759271" scale ="182.0637645936431" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.875 -0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.75 -0.9682458365518543" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.875 -0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.303052_13_15" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1203641793171097 -0.4365469913060019" scale ="193.9619090974032" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.75 -0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.25 -0.9682458365518543" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.303052_22_18" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5638405899017322 0.1210307295689819" scale ="149.6297391145877" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1.125 0.4841229182759271" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.340648_12_21" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.033839161156778 -0.1267752214180073" scale ="113.5241241002837" background ="0 0 0" >
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.875 -0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.875 0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.468503_22_32" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.793694080703343 -0.1551027356975083" scale ="148.7098468330071" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.875 -0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.475229_12_33" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.126642003537514 0.09400649614162759" scale ="117.1023617599255" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.875 -0.4841229182759271" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.75 0.9682458365518543" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.75 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.493674_13_37" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.125 0.311049861447822" scale ="157.3877031886245" background ="0 0 0" >
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.2499999999999999" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 0 0 1 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,46 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.303052_12_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.209123736561001 -0.08846774949707414" scale ="378.794330959574" background ="0 0 0" >
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 -1 0" weight ="0.9999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.25 0.9682458365518543" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1.125 -0.4841229182759271" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.303052_15_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1 -0" scale ="172.8391794083475" background ="0 0 0" >
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 2 0" weight ="0.9999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 2 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.303052_19_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.8750000000000002 -1.146758982517679" scale ="82.56322449477062" background ="0 0 0" >
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 2.5 1.936491673103709" weight ="0.9999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 2 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.435554_11_13" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1 -0" scale ="133.4473777576612" background ="0 0 0" >
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 -1.5 -1.936491673103709" weight ="0.9999999999999998" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.25" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -2 0" weight ="0.25" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -1 0" weight ="0.2499999999999999" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -1 0" weight ="0.2499999999999999" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,28 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.134762_42_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1 -0" scale ="218.3928354685013" background ="0 0 0" >
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.375" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 -1 0" weight ="0.375" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.875 -0.4841229182759271" weight ="0.06250000000000003" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.06250000000000003" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.430618_38_14" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.288944828945856 0.3374279449736939" scale ="65.71127754751288" background ="0 0 0" >
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 1 0" weight ="0.375" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 -1 0" weight ="0.375" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.875 -0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.875 0.4841229182759271" weight ="0.06250000000000003" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.06250000000000003" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,67 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.252764_36_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.7234230084241282 0.4749345097718684" scale ="274.4100016733839" background ="0 0 0" >
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.75" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.75" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.252764_40_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3268127441406251 0.4648572845652397" scale ="167.1146453643497" background ="0 0 0" >
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 1 0" weight ="0.75" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.75" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.875 -0.4841229182759271" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.252764_45_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.563385009765625 0.2420614591379635" scale ="210.4695092740875" background ="0 0 0" >
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.75" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 -1 0" weight ="0.75" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 1 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 -0.125 -0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 -0.25 -0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.410866_63_25" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2235982983998855 -0.484122918275927" scale ="139.8887463637919" background ="0 0 0" >
|
||||
<xform coefs ="-1 -0 0 -0.9999999999999999 0 0" weight ="0.75" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.75" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 1 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.75 -0.9682458365518543" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.75 -0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.446870_33_28" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3800131991145428 0.4841229182759271" scale ="159.6525002514483" background ="0 0 0" >
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 -1 0" weight ="0.75" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="1 -0 0 0.9999999999999999 0 0" weight ="0.75" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.125 0.4841229182759271" weight ="0.2500000000000001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.125 -0.4841229182759271 0.4841229182759271 -0.125 0 0" weight ="0.2500000000000001" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.125 0.4841229182759271 -0.4841229182759271 0.125 0.25 0.9682458365518543" weight ="0.2500000000000001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,894 +0,0 @@
|
||||
<flames name="x^3+2x-1">
|
||||
<flame name="1.216740_53_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.568056038713092 -0.00699150333085497" scale="102.843860119505" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.226698825758202 1.46771150871022" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -1 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -1 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.376085889442093" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 1 0" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_36_3" version="Apophysis 7x Version 15C.9" size="800 480" center="0.0513923576001474 -0.332728475576407" scale="264.890071058897" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0.102784715200295 -0.665456951152814" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.376085889442093" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0.102784715200295 -0.665456951152814" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_48_5" version="Apophysis 7x Version 15C.9" size="800 480" center="0.113343912913802 0.733855754355112" scale="341.183279796538" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.102784715200295 0.665456951152814" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.102784715200295 0.665456951152814" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 -0.102784715200295 0.665456951152814" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.376085889442093" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_26_3" version="Apophysis 7x Version 15C.9" size="600 360" center="0.0513923576001468 -0.252592658444812" scale="225.788708667609" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.376085889442093" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -0.535052971359086 0.528659344748216" chaos="0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0 0" chaos="0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.102784715200295 -0.665456951152814" chaos="1 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0.535052971359086 -0.528659344748216" chaos="1 0 1 0 1 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_23_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.464713790925362 0.332728475576407" scale="117.153282219913" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -1 0" chaos="1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -1.10278471520029 0.665456951152814" chaos="1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.376085889442093" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 1 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0.102784715200295 -0.665456951152814" chaos="0 1 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 -1 0" chaos="0 1 0 1 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_37_3" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.0191049691554947 0" scale="142.398083503502" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.0932046969671925" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.135463487682416 -0.273595212809195 0.273595212809195 0.135463487682416 0.535052971359086 -0.528659344748216" chaos="0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0561823667166989" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.135463487682416 0.273595212809195 -0.273595212809195 -0.135463487682416 -0.535052971359086 0.528659344748216" chaos="1 1 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.273301174241798" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="1 1 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.273301174241798" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 1 0 1 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_38_5" version="Apophysis 7x Version 15C.9" size="800 480" center="0 0" scale="190.560099200724" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.0932046969671925" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.135463487682416 -0.273595212809195 0.273595212809195 0.135463487682416 0.535052971359086 -0.528659344748216" chaos="0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0561823667166989" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.135463487682416 0.273595212809195 -0.273595212809195 -0.135463487682416 -0.535052971359086 0.528659344748216" chaos="1 1 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.273301174241798" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="1 1 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.273301174241798" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 1 0 1 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.216740_38_4" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.216089766652635 0.192743367621274" scale="216.521327028032" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.546602348483596" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.102784715200295 0.665456951152814" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.102784715200295 0.665456951152814" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 1 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 1 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.365835_31_3" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.186326134498279 0.408097702461492" scale="231.99427029031" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.102784715200295 0.665456951152814" chaos="1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.102784715200295 0.665456951152814" chaos="1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0 0" chaos="1 0 " opacity="1" />
|
||||
<xform weight="0.0932046969671925" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -0.102784715200295 0.665456951152814" chaos="0 1 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0422587907152231" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.135463487682416 -0.273595212809195 0.273595212809195 0.135463487682416 -0.432268256158792 -0.136797606404597" chaos="0 1 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.500970_24_4" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.0866661075876447 -0.598373959957844" scale="168.597104404524" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.102784715200295 -0.665456951152814" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0.102784715200295 -0.665456951152814" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 1 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.102784715200295 0.665456951152814" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0.567731743841208 -0.136797606404597" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.525571_48_6" version="Apophysis 7x Version 15C.9" size="800 480" center="0.438042944721046 -0.690261107440081" scale="95.2703150265768" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.546602348483596" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.226698825758202 -1.46771150871022" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -1 0" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0.773301174241798 -1.46771150871022" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 1 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.542577_51_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.251135569894003 -0.306010770162678" scale="110.865423408373" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.329483540958497 -0.802254557557411" chaos="0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 1 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0422587907152231" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.135463487682416 0.273595212809195 -0.273595212809195 -0.135463487682416 0 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0932046969671925" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.567442_46_8" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.134786569879764 0.823052466472118" scale="177.482276351417" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -1.10278471520029 0.665456951152814" chaos="1 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0.329483540958497 0.802254557557411" chaos="1 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.273301174241798" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.273301174241798" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 1 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.123914110557907" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 1.43226825615879 0.136797606404597" chaos="0 1 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.273301174241798" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.329483540958497 -0.802254557557411" chaos="0 1 0 1 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.567442_43_5" version="Apophysis 7x Version 15C.9" size="800 480" center="0.311375776020849 0" scale="150.645331545005" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.329483540958497 0.802254557557411" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.102784715200295 -0.665456951152814" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0.102784715200295 -0.665456951152814" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -0.102784715200295 0.665456951152814" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.650548_32_7" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.408229619763727 -0.240717676433901" scale="148.498083151424" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.897215284799705 -0.665456951152814" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -0.432268256158792 -0.136797606404597" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 -0.567731743841208 0.136797606404597" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.102784715200295 0.665456951152814" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0.432268256158792 0.136797606404597" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.671801_27_8" version="Apophysis 7x Version 15C.9" size="800 480" center="0.670801065703128 0.116792701127484" scale="239.034358691655" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.102784715200295 0.665456951152814" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0.432268256158792 0.136797606404597" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.671801_28_9" version="Apophysis 7x Version 15C.9" size="800 480" center="0.166122093699382 -0.550728226862869" scale="348.766150400651" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.567731743841208 -0.136797606404597" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0.102784715200295 -0.665456951152814" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.102784715200295 -0.665456951152814" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0.535052971359086 -0.528659344748216" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.671801_49_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.409544757505919 -0.733093929810361" scale="150.905974457145" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.298774127367783" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 0 0 1 1 0 0 " opacity="0" />
|
||||
<xform weight="0.298774127367783" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.226698825758202 1.46771150871022" chaos="0 0 0 1 1 0 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 1 0" chaos="1 0 1 0 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0.102784715200295 -0.665456951152814" chaos="1 0 1 0 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 0 0" chaos="1 0 1 0 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.247828221115814" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.247828221115814" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.226698825758202 -1.46771150871022" chaos="0 1 0 0 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.247828221115814" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 0 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.671801_47_7" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.869730345620894 -0.447364370094388" scale="379.576784825715" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.546602348483596" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.102784715200295 -0.665456951152814" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0.102784715200295 -0.665456951152814" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -0.897215284799705 -0.665456951152814" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 -0.329483540958497 -0.802254557557411" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.671801_51_8" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.113349412879101 -0.634920760036037" scale="93.6384643194436" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.546602348483596" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0 0" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.226698825758202 -1.46771150871022" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.546602348483596" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -1.2266988257582 -1.46771150871022" chaos="0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -0.226698825758202 -1.46771150871022" chaos="1 0 0 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.20556943040059" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.432268256158792 -0.136797606404597 0.136797606404597 -0.432268256158792 1 0" chaos="0 0 1 0 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.701907_64_4" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.716134128079396 0.426917257385033" scale="108.331309834715" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.170516459041503" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 -1 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.170516459041503" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.453397651516404" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 -1 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.453397651516404" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.20556943040059" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.432268256158792 0.136797606404597 -0.136797606404597 0.432268256158792 -1 0" chaos="1 0 0 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.376085889442093" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.102784715200295 0.665456951152813 -0.665456951152813 -0.102784715200295 0.102784715200295 -0.665456951152814" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<xform weight="0.376085889442093" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.102784715200295 -0.665456951152813 0.665456951152813 0.102784715200295 0 0" chaos="0 0 1 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,62 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.500970_24_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.0866661075876447 -0.5983739599578445" scale ="224.796139206032" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0.1027847152002948 -0.6654569511528136" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 1 0" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0.5677317438412084 -0.136797606404597" weight ="0.1705164590415029" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.567442_43_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3113757760208488 -0" scale ="150.6453315450054" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.3294835409584966 0.8022545575574106" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0 0" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.4533976515164037" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0.1027847152002948 -0.6654569511528136" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -0.1027847152002948 0.6654569511528136" weight ="0.1705164590415029" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.650548_32_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4082296197637273 -0.240717676433901" scale ="148.4980831514237" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.8972152847997052 -0.6654569511528136" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -0.4322682561587916 -0.136797606404597" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -0.5677317438412084 0.136797606404597" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0.4322682561587916 0.136797606404597" weight ="0.1705164590415029" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.671801_27_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.6708010657031276 0.1167927011274841" scale ="239.0343586916553" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 1 0" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 1 0" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0.4322682561587916 0.136797606404597" weight ="0.1705164590415029" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.671801_28_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1661220936993817 -0.5507282268628693" scale ="348.7661504006512" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.5677317438412084 -0.136797606404597" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0.1027847152002948 -0.6654569511528136" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.4533976515164037" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0.5350529713590859 -0.5286593447482164" weight ="0.1705164590415029" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,54 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.216740_38_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2160897666526347 0.1927433676212743" scale ="288.6951027040428" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.5466023484835961" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.5466023484835961" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.5466023484835961" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.4533976515164036" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.4533976515164036" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 1 0" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 1 0" weight ="0.2055694304005904" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.525571_48_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4380429447210465 -0.6902611074400805" scale ="95.27031502657678" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.5466023484835961" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.2266988257582019 -1.467711508710224" weight ="0.5466023484835961" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -1 0" weight ="0.5466023484835961" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164036" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0.7733011742417981 -1.467711508710224" weight ="0.4533976515164036" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 1 0" weight ="0.2055694304005904" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.671801_47_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.8697303456208936 -0.4473643700943878" scale ="379.576784825715" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.5466023484835961" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.5466023484835961" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.5466023484835961" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.4533976515164036" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.8972152847997052 -0.6654569511528136" weight ="0.4533976515164036" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -0.3294835409584966 -0.8022545575574106" weight ="0.2055694304005904" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.671801_51_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1133494128791011 -0.6349207600360374" scale ="93.63846431944356" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.5466023484835961" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.2266988257582019 -1.467711508710224" weight ="0.5466023484835961" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -1.226698825758202 -1.467711508710224" weight ="0.5466023484835961" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164036" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.2266988257582019 -1.467711508710224" weight ="0.4533976515164036" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 1 0" weight ="0.2055694304005904" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.365835_31_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.186326134498279 0.4080977024614915" scale ="309.3256937204131" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.4533976515164038" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.2055694304005904" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -0.1027847152002948 0.6654569511528136" weight ="0.09320469696719248" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1354634876824156 -0.2735952128091947 0.2735952128091946 0.1354634876824156 -0.4322682561587916 -0.136797606404597" weight ="0.04225879071522314" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.216740_23_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4647137909253622 0.3327284755764067" scale ="156.2043762932178" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -1 0" weight ="0.4533976515164037" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -1.102784715200295 0.6654569511528136" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0.1027847152002948 -0.6654569511528136" weight ="0.1705164590415029" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -1 0" weight ="0.1705164590415029" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.567442_46_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1347865698797639 0.8230524664721177" scale ="236.6430351352224" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -1.102784715200295 0.6654569511528136" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0.3294835409584966 0.8022545575574106" weight ="0.2055694304005904" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2733011742417981" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.2733011742417981" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 1.432268256158792 0.136797606404597" weight ="0.1239141105579068" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.3294835409584966 -0.8022545575574106" weight ="0.2733011742417981" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,49 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.216740_40_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4596708489888234 -0.2400593147075499" scale ="241.3752330303633" background ="0 0 0" >
|
||||
<xform coefs ="1 0 0 1 0 0" weight ="0.1111111111111111" color ="0" symmetry ="-1" chaos ="0 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1111111111111111" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 1 0" weight ="0.1111111111111111" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1111111111111111" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.1111111111111111" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.1111111111111111" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -0.4322682561587916 -0.136797606404597" weight ="0.1111111111111111" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0 0" weight ="0.1111111111111111" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.1111111111111111" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.216740_42_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3063799756333486 -0.2878546271670849" scale ="175.1065908924004" background ="0 0 0" >
|
||||
<xform coefs ="1 0 0 1 0 0" weight ="0.1" color ="0" symmetry ="-1" chaos ="0 1 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.1" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 1 0" weight ="0.1" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.1" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.1" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -0.4322682561587916 -0.136797606404597" weight ="0.1" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0 0" weight ="0.1" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.1" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.216740_35_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3264825425990567 -0.7400071374568746" scale ="148.8868731239506" background ="0 0 0" >
|
||||
<xform coefs ="1 0 0 1 0 0" weight ="0.1" color ="0" symmetry ="-1" chaos ="0 1 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.1" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 1.102784715200295 -0.6654569511528136" weight ="0.1" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.1" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 0 0 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.1" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -0.4322682561587916 -0.136797606404597" weight ="0.1" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0 0" weight ="0.1" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.1" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 0 0 1 1 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,16 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.671801_49_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4095447575059188 -0.7330939298103606" scale ="201.20796594286" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.2987741273677827" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.2266988257582019 1.467711508710224" weight ="0.2987741273677827" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 1 0" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0.1027847152002948 -0.6654569511528136" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0 0" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2478282211158135" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.2266988257582019 -1.467711508710224" weight ="0.2478282211158135" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2478282211158135" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.216740_37_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.0191049691554947 -0" scale ="189.8641113380031" background ="0 0 0" >
|
||||
<xform coefs ="0.1354634876824156 -0.2735952128091947 0.2735952128091946 0.1354634876824156 0.5350529713590859 -0.5286593447482164" weight ="0.09320469696719251" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.4533976515164038" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.4533976515164038" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1354634876824156 0.2735952128091947 -0.2735952128091946 -0.1354634876824156 -0.5350529713590859 0.5286593447482164" weight ="0.05618236671669895" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.2733011742417981" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2733011742417981" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.216740_38_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0 -0" scale ="190.5600992007244" background ="0 0 0" >
|
||||
<xform coefs ="0.1354634876824156 -0.2735952128091947 0.2735952128091946 0.1354634876824156 0.5350529713590859 -0.5286593447482164" weight ="0.09320469696719251" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.4533976515164038" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164038" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1354634876824156 0.2735952128091947 -0.2735952128091946 -0.1354634876824156 -0.5350529713590859 0.5286593447482164" weight ="0.05618236671669895" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.2733011742417981" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2733011742417981" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.542577_51_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2511355698940035 -0.3060107701626779" scale ="147.8205645444976" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.3294835409584966 -0.8022545575574106" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 1 0" weight ="0.4533976515164038" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.2055694304005903" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.2055694304005903" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1354634876824156 0.2735952128091947 -0.2735952128091946 -0.1354634876824156 0 0" weight ="0.04225879071522314" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.09320469696719248" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.216740_26_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.05139235760014682 -0.2525926584448121" scale ="301.0516115568116" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.3760858894420933" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -0.5350529713590859 0.5286593447482164" weight ="0.170516459041503" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0 0" weight ="0.170516459041503" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.4533976515164038" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164038" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 0.5350529713590859 -0.5286593447482164" weight ="0.2055694304005904" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,54 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.216740_53_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5680560387130918 -0.006991503330854965" scale ="137.1251468260068" background ="0 0 0" >
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0.2266988257582019 1.467711508710224" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1705164590415029" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -1 0" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 -1 0" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 1 0" weight ="0.3760858894420932" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.216740_36_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.05139235760014738 -0.3327284755764067" scale ="264.890071058897" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1705164590415029" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.4533976515164037" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4322682561587923 -0.1367976064045973 0.1367976064045973 -0.4322682561587922 0 0" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.3760858894420932" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.701907_64_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.7161341280793961 0.4269172573850328" scale ="108.331309834715" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -1 0" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1705164590415029" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -1 0" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.4533976515164037" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -1 0" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0.1027847152002948 -0.6654569511528136" weight ="0.3760858894420932" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.216740_48_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1133439129138025 0.7338557543551121" scale ="341.1832797965383" background ="0 0 0" >
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 0 0" weight ="0.1705164590415029" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.1705164590415029" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1027847152002951 0.6654569511528134 -0.6654569511528134 -0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.4533976515164037" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 -0.1027847152002948 0.6654569511528136" weight ="0.4533976515164037" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.4322682561587923 0.1367976064045973 -0.1367976064045973 0.4322682561587922 -0.1027847152002948 0.6654569511528136" weight ="0.2055694304005903" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1027847152002951 -0.6654569511528134 0.6654569511528134 0.1027847152002952 0 0" weight ="0.3760858894420932" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,170 +0,0 @@
|
||||
<flames name="x^3+2x-2">
|
||||
<flame name="1.454173_24_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.881559877779544 -1.08334854291421" scale="251.055266349514" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.385458498529624" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 -0.851421745911287 -0.602812575301456" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.148578254088712" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.341307503353524 -0.179129679962021 0.179129679962022 -0.341307503353524 0 0" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.148578254088712" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.341307503353524 0.179129679962021 -0.179129679962022 0.341307503353524 -1.14857825408871 0.602812575301456" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.385458498529624" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 -1 0" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.114541501470376" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 0.614541501470376 -1.56388451052696" chaos="0 1 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.114541501470376" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 1.14857825408871 -0.602812575301456" chaos="0 1 1 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.454173_26_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.101788567102219 -0.260746262041474" scale="228.680395208799" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.385458498529624" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 0 0" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.385458498529624" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 -0.148578254088713 0.602812575301456" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.385458498529624" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 0.148578254088713 -0.602812575301456" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.385458498529624" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 0 0" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.114541501470376" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.341307503353524 -0.179129679962021 0.179129679962022 -0.341307503353524 -0.658692496646475 0.179129679962022" chaos="1 1 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.114541501470376" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.341307503353524 0.179129679962021 -0.179129679962022 0.341307503353524 -0.489885757442237 0.423682895339435" chaos="1 1 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.567123_23_3" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.156967302576491 0.179639671821736" scale="337.381599806363" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.385458498529624" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 0 0" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.385458498529624" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 -0.148578254088713 0.602812575301456" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.385458498529624" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 -0.148578254088713 0.602812575301456" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.385458498529624" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 0 0" chaos="0 0 " opacity="1" />
|
||||
<xform weight="0.114541501470376" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.341307503353524 -0.179129679962021 0.179129679962022 -0.341307503353524 -0.658692496646475 0.179129679962022" chaos="1 1 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.114541501470376" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.341307503353524 0.179129679962021 -0.179129679962022 0.341307503353524 -0.489885757442237 0.423682895339435" chaos="1 1 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.595350_25_4" version="Apophysis 7x Version 15C.9" size="800 480" center="0.5 0" scale="202.826407256314" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.385458498529624" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 0 0" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.148578254088712" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.341307503353524 0.179129679962021 -0.179129679962022 0.341307503353524 -0.148578254088713 0.602812575301456" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.148578254088712" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.341307503353524 0.179129679962021 -0.179129679962022 0.341307503353524 0.851421745911287 0.602812575301456" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.385458498529624" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 1 0" chaos="1 0 0 " opacity="0" />
|
||||
<xform weight="0.114541501470376" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.148578254088712 -0.602812575301456 0.602812575301457 0.148578254088712 0 0" chaos="0 1 1 0 0 0 " opacity="1" />
|
||||
<xform weight="0.114541501470376" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.148578254088712 0.602812575301456 -0.602812575301457 -0.148578254088712 1 0" chaos="0 1 1 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.454173_24_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.8815598777795441 -1.083348542914206" scale ="334.7403551326848" background ="0 0 0" >
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 -0.8514217459112874 -0.6028125753014565" weight ="0.3854584985296241" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.3413075033535242 -0.1791296799620214 0.1791296799620215 -0.3413075033535242 0 0" weight ="0.1485782540887122" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.3413075033535242 0.1791296799620214 -0.1791296799620215 0.3413075033535242 -1.148578254088713 0.6028125753014565" weight ="0.1485782540887122" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 -1 0" weight ="0.3854584985296241" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 0.614541501470376 -1.563884510526956" weight ="0.114541501470376" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 1.148578254088713 -0.6028125753014565" weight ="0.114541501470376" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.595350_25_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5 -0" scale ="202.8264072563137" background ="0 0 0" >
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 0 0" weight ="0.3854584985296241" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.3413075033535242 0.1791296799620214 -0.1791296799620215 0.3413075033535242 -0.1485782540887126 0.6028125753014565" weight ="0.1485782540887122" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.3413075033535242 0.1791296799620214 -0.1791296799620215 0.3413075033535242 0.8514217459112874 0.6028125753014565" weight ="0.1485782540887122" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 1 0" weight ="0.3854584985296241" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 0 0" weight ="0.114541501470376" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 1 0" weight ="0.114541501470376" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.454173_26_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1017885671022187 -0.2607462620414744" scale ="304.9071936117327" background ="0 0 0" >
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 0 0" weight ="0.3854584985296241" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 -0.1485782540887126 0.6028125753014565" weight ="0.3854584985296241" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 0.1485782540887126 -0.6028125753014565" weight ="0.3854584985296241" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 0 0" weight ="0.3854584985296241" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.3413075033535242 -0.1791296799620214 0.1791296799620215 -0.3413075033535242 -0.6586924966464753 0.1791296799620216" weight ="0.114541501470376" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.3413075033535242 0.1791296799620214 -0.1791296799620215 0.3413075033535242 -0.4898857574422373 0.4236828953394349" weight ="0.114541501470376" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.567123_23_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1569673025764913 0.1796396718217362" scale ="337.3815998063632" background ="0 0 0" >
|
||||
<xform coefs ="0.1485782540887123 -0.6028125753014564 0.6028125753014566 0.1485782540887121 0 0" weight ="0.3854584985296241" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 -0.1485782540887126 0.6028125753014565" weight ="0.3854584985296241" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 -0.1485782540887126 0.6028125753014565" weight ="0.3854584985296241" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1485782540887123 0.6028125753014564 -0.6028125753014566 -0.1485782540887121 0 0" weight ="0.3854584985296241" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.3413075033535242 -0.1791296799620214 0.1791296799620215 -0.3413075033535242 -0.6586924966464753 0.1791296799620216" weight ="0.114541501470376" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.3413075033535242 0.1791296799620214 -0.1791296799620215 0.3413075033535242 -0.4898857574422373 0.4236828953394349" weight ="0.114541501470376" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
File diff suppressed because it is too large
Load Diff
@ -1,46 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.294793_41_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1560887852435767 0.1003124322532364" scale ="179.2690249016842" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 1 0" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.188828952032499" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.1288432441394814" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.5739495178523935 -0.3689894074818042" weight ="0.1288432441394814" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.029524_63_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4017124164866774 0.1133701195162162" scale ="114.4194025524165" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 1 0" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0.5739495178523935 0.3689894074818042" weight ="0.188828952032499" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0 0" weight ="0.1288432441394814" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0.5739495178523935 0.3689894074818042" weight ="0.1288432441394814" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.029524_54_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1836762347303901 -0.1745863397532018" scale ="266.6259593989432" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 1 0" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.4260504821476065 0.3689894074818042" weight ="0.188828952032499" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -1 0" weight ="0.1288432441394814" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.4260504821476065 0.3689894074818042" weight ="0.1288432441394814" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_52_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1779093432100443 0.04142590480452324" scale ="120.4668760975025" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 -1 0" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.188828952032499" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -1.147899035704787 -0.7379788149636084" weight ="0.1288432441394814" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 1.147899035704787 0.7379788149636084" weight ="0.1288432441394814" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,13 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.250744_21_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.02229527720413305 -0.1844947037409019" scale ="261.8721815377086" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.1478990357047873" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -1.193264866209223 -0.4235625850336435" weight ="0.1009156242207293" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.1932648662092227 -0.4235625850336435" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0.4260504821476065 -0.3689894074818042" weight ="0.2167565719512512" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,46 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_84_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1111037551628228 0.0246585849448947" scale ="208.9715987517563" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.4260504821476065 -0.3689894074818042" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.5739495178523935 -0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0.1932648662092227 0.4235625850336435" weight ="0.1478990357047874" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_38_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2319471620668788 -0.2124474062642558" scale ="173.3634042061043" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -0.1478990357047869 -0.7379788149636084" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0.8067351337907773 -0.4235625850336435" weight ="0.1478990357047874" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0.8067351337907773 -0.4235625850336435" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.294793_22_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3890832190458141 -0.2989526646647596" scale ="322.587095518278" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0.2327856159383839 -0.7925519925154477" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.1478990357047874" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 -0.5739495178523935 -0.3689894074818042" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.294793_66_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.01045745154687039 -0.001486758879858552" scale ="236.5045279103647" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.4260504821476065 0.3689894074818042" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0.5739495178523935 0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.1932648662092227 -0.4235625850336435" weight ="0.1478990357047874" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,57 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_39_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1861866620086018 0.6216403945833332" scale ="194.7077302062628" background ="0 0 0" >
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.4260504821476065 -0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0.3411639019140096 1.161541399997252" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_35_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.6491669705758526 -0.3370942827220167" scale ="162.2402045993323" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.6588360980859904 1.161541399997252" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 1 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.328192_24_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.151983097178315 0.1298339387361232" scale ="302.7181411395302" background ="0 0 0" >
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 -1.573949517852393 -0.3689894074818042" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_56_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.124522197215212 0.0685085474295849" scale ="218.5690295972695" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.4260504821476065 0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.4260504821476065 0.3689894074818042" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.4260504821476065 0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_77_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5954709190459767 -0.3573626391845847" scale ="117.2014684907168" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 -0.2327856159383839 0.7925519925154477" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -0.3411639019140096 -1.161541399997252" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -0.04536583050443532 0.3144162299299649" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,20 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.471305_18_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2130252410738033 -0.1844947037409021" scale ="528.5112461040251" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.4260504821476065 -0.3689894074818042" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.2386306967136573 0.1091463551036794 -0.1091463551036792 0.2386306967136573 0.04536583050443532 -0.3144162299299649" weight ="0.06885753624646399" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_36_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.06804874575665198 -0.4716243448949465" scale ="323.186694849677" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 -0.1932648662092227 -0.4235625850336435" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.2386306967136573 0.1091463551036794 -0.1091463551036792 0.2386306967136573 0.04536583050443532 -0.3144162299299649" weight ="0.06885753624646399" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,38 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.250744_16_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.05741996730022686 0.2468866911293757" scale ="174.1460414588502" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -0.1932648662092227 -0.4235625850336435" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.3176721961719807" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_18_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.02299178970540217 0.2458528569174853" scale ="258.0924895790208" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -0.4260504821476065 0.3689894074818042" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.4260504821476065 0.3689894074818042" weight ="0.3176721961719807" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.652808_22_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4999999999999998 0.1526839827256559" scale ="87.01116064317981" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 1 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -0.5739495178523935 -0.3689894074818042" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.3176721961719807" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.663728_11_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1592290365667747 -0.4567514238540499" scale ="146.9283589483716" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 -0.5739495178523935 -0.3689894074818042" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.6588360980859904 -1.161541399997252" weight ="0.3176721961719807" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,12 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_13_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.05428474600691879 0.5222817476590267" scale ="191.1554492651896" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0.5739495178523935 0.3689894074818042" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.2327856159383839 0.7925519925154477" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.04536583050443484 0.3144162299299645 -0.3144162299299644 -0.04536583050443492 -0.4260504821476065 0.3689894074818042" weight ="0.1009156242207294" color ="0.01176470704376698" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,32 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.250744_23_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1525319127291346 -0.4735679005096227" scale ="207.6518470458583" background ="0 0 0" >
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.1478990357047869 -0.7379788149636084" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 -0.1478990357047869 -0.7379788149636084" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.3806846516431714 0.05457317755183974 -0.05457317755183971 -0.3806846516431713 0.8067351337907773 -0.4235625850336435" weight ="0.1478990357047874" color ="0.01176470704376698" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_15_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.02954643494178411 -0.3539828280100841" scale ="238.3598553413632" background ="0 0 0" >
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.1932648662092227 -0.4235625850336435" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.2327856159383839 -0.7925519925154477" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.5739495178523935 -0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.3806846516431714 -0.05457317755183974 0.05457317755183971 0.3806846516431713 0.380684651643171 -0.05457317755183944" weight ="0.1478990357047874" color ="0.01176470704376698" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.631091_31_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.007534085961183379 -0.466858535966748" scale ="264.0677398162147" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0.4260504821476065 -0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.2327856159383839 -0.7925519925154477" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.5739495178523935 -0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.3806846516431714 -0.05457317755183974 0.05457317755183971 0.3806846516431713 0.380684651643171 -0.05457317755183944" weight ="0.1478990357047874" color ="0.01176470704376698" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.572731_40_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.7535380430291484 0.1988375625439763" scale ="193.0578199276161" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.8067351337907773 0.4235625850336435" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.2167565719512514" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -0.1083782859756257 -1.9540933925127" weight ="0.2167565719512514" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_26_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4526878106972786 -0.2047591443318427" scale ="335.6634454329484" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.5739495178523935 0.3689894074818042" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.2167565719512513" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.029524_27_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4480158434259978 0.1844947037409022" scale ="339.0662991750202" background ="0 0 0" >
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.5739495178523935 0.3689894074818042" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.5739495178523935 0.3689894074818042" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.2167565719512513" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,24 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_25_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.6467893244506222 0.5740418961012982" scale ="177.9728795109153" background ="0 0 0" >
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.5739495178523935 -0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -0.2327856159383839 0.7925519925154477" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 -0.4655712318767677 1.585103985030895" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_26_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.6044870251896781 -1.135662368510493" scale ="186.9451901073654" background ="0 0 0" >
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0.6588360980859904 -1.161541399997252" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.4655712318767677 -1.585103985030895" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 -0.3411639019140096 -1.161541399997252" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,90 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_38_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2245120849470863 -0.01770731530641922" scale ="285.5543624287572" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.5739495178523935 0.3689894074818042" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0.5739495178523935 0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.029524_45_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.8651883426517418 0.01508504919422815" scale ="275.7861787675938" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -1 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 -1 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_22_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1086899993917619 0.3256617004595322" scale ="266.0247579204349" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.5739495178523935 0.3689894074818042" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0.5739495178523935 0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_37_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.071479783535343 0.1981283057249569" scale ="252.3324520150956" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -1 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 -1 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_32_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.1975673175801837 -0.147613425802875" scale ="272.5615022186961" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.5739495178523935 0.3689894074818042" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0.5739495178523935 0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_41_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2356311176067115 0.9186203605411714" scale ="263.1613244698373" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -0.2327856159383839 0.7925519925154477" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 -0.2327856159383839 0.7925519925154477" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_52_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2855214618399747 0.2488714875889746" scale ="164.1246815412896" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 -0.7672143840616161 -0.7925519925154477" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0.1478990357047869 0.7379788149636084" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.663728_31_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.150881035776524 -0.4058718120827728" scale ="310.3580283761321" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.8067351337907773 -0.4235625850336435" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336438 0.4235625850336437 -0.1932648662092223 0.4260504821476065 -0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,35 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.103025_27_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.09160774073810052 -0.3656285756751418" scale ="303.193879142746" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.3806846516431714 -0.05457317755183974 0.05457317755183971 0.3806846516431713 -0.380684651643171 0.05457317755183944" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.1888289520324992" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.2327856159383839 -0.7925519925154477" weight ="0.1288432441394816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.1288432441394816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.103025_30_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.06983992048436299 -0.3768103855325741" scale ="292.9164712960092" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.3806846516431714 -0.05457317755183974 0.05457317755183971 0.3806846516431713 -0.380684651643171 0.05457317755183944" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.1888289520324992" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.2327856159383839 -0.7925519925154477" weight ="0.1288432441394816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.1288432441394816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.644976_64_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.067420222752789 -0.3467784216418694" scale ="267.0687040774317" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280193" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.3806846516431714 0.05457317755183974 -0.05457317755183971 -0.3806846516431713 0.1874197854339483 -0.4781357625854827" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 0 0" weight ="0.1888289520324992" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0.2327856159383839 -0.7925519925154477" weight ="0.1288432441394816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.1288432441394816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,46 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_36_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.161079477354696 0.462713982643109" scale ="263.5810625123868" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -0.2327856159383839 0.7925519925154477" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_49_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.01043125112129895 0.2756804930289124" scale ="168.4603885525888" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 0 0" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0.4260504821476065 -0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 -1 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_28_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.04330248246708979 -0.7837010081687993" scale ="353.5462695907976" background ="0 0 0" >
|
||||
<xform coefs ="0.232785615938384 -0.7925519925154479 0.7925519925154478 0.2327856159383841 -0.3411639019140096 -1.161541399997252" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 0.2327856159383839 -0.7925519925154477" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 -0.5739495178523935 -0.3689894074818042" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.4260504821476065 0.3689894074818042" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.3689894074818041 -0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.663728_27_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5517670123286268 0.428233309163385" scale ="187.503340938873" background ="0 0 0" >
|
||||
<xform coefs ="-0.232785615938384 0.7925519925154479 -0.7925519925154478 -0.2327856159383841 -0.6588360980859904 1.161541399997252" weight ="0.6823278038280194" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4260504821476063 0.3689894074818041 -0.368989407481804 -0.4260504821476063 -0.2327856159383839 0.7925519925154477" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336438 -0.4235625850336437 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4260504821476063 -0.3689894074818041 0.368989407481804 0.4260504821476063 0 0" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.3689894074818041 0.5739495178523936 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,128 +0,0 @@
|
||||
<flames name="x^3-2x^2+2x+1">
|
||||
<flame name="1.270664_20_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.5 0.388986260383726" scale="81.6158231234534" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.353209964199324" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 -1.17660498209966 1.20282081928548" chaos="0 " opacity="1" />
|
||||
<xform weight="0.353209964199324" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.415588603604168 0.424848298518026 -0.424848298518026 0.415588603604168 -1 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.353209964199324" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 0 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.124757278809688" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 -1.17660498209966 1.20282081928548" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.124757278809688" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.415588603604168 0.424848298518026 -0.424848298518026 0.415588603604168 0 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0440655139819751" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.00778218930799912 0.353124222249427 -0.353124222249427 -0.00778218930799914 1 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.270664_24_6" version="Apophysis 7x Version 15C.9" size="800 480" center="0.0596053086029906 -0.191704631349014" scale="61.7747962963272" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.353209964199324" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 -1.17660498209966 1.20282081928548" chaos="0 " opacity="1" />
|
||||
<xform weight="0.353209964199324" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.415588603604168 0.424848298518026 -0.424848298518026 0.415588603604168 -1 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.353209964199324" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.415588603604168 0.424848298518026 -0.424848298518026 0.415588603604168 1.17660498209966 -1.20282081928548" chaos="0 " opacity="1" />
|
||||
<xform weight="0.124757278809688" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 -1.17660498209966 1.20282081928548" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.124757278809688" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 1.17660498209966 -1.20282081928548" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0440655139819751" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.00778218930799912 -0.353124222249427 0.353124222249427 0.00778218930799914 0 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.307657_29_8" version="Apophysis 7x Version 15C.9" size="600 360" center="-1.09219358570383 0.235131970490209" scale="107.951924642176" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.353209964199324" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 0.823395017900338 1.20282081928548" chaos="0 " opacity="0" />
|
||||
<xform weight="0.353209964199324" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.415588603604168 0.424848298518026 -0.424848298518026 0.415588603604168 1 0" chaos="0 " opacity="0" />
|
||||
<xform weight="0.353209964199324" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 -0.176604982099662 1.20282081928548" chaos="0 " opacity="0" />
|
||||
<xform weight="0.124757278809688" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.00778218930799912 -0.353124222249427 0.353124222249427 0.00778218930799914 0.00778218930799923 -0.353124222249426" chaos="0 " opacity="0" />
|
||||
<xform weight="0.124757278809688" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.415588603604168 -0.424848298518026 0.424848298518026 -0.415588603604168 -1.17660498209966 1.20282081928548" chaos="1 0 0 0 0 0 " opacity="1" />
|
||||
<xform weight="0.0440655139819751" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.00778218930799912 -0.353124222249427 0.353124222249427 0.00778218930799914 -0.992217810692001 -0.353124222249426" chaos="1 0 0 0 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.270664_20_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5 0.3889862603837264" scale ="108.8210974979379" background ="0 0 0" >
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 -1.176604982099662 1.202820819285479" weight ="0.3532099641993245" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4155886036041685 0.424848298518026 -0.4248482985180261 0.4155886036041684 -1 0" weight ="0.3532099641993245" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 0 0" weight ="0.3532099641993245" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 -1.176604982099662 1.202820819285479" weight ="0.1247572788096881" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.4155886036041685 0.424848298518026 -0.4248482985180261 0.4155886036041684 0 0" weight ="0.1247572788096881" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.007782189307999121 0.3531242222494267 -0.3531242222494267 -0.007782189307999138 1 0" weight ="0.04406551398197509" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.270664_24_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.05960530860299063 -0.1917046313490138" scale ="61.77479629632723" background ="0 0 0" >
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 -1.176604982099662 1.202820819285479" weight ="0.3532099641993245" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4155886036041685 0.424848298518026 -0.4248482985180261 0.4155886036041684 -1 0" weight ="0.3532099641993245" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.4155886036041685 0.424848298518026 -0.4248482985180261 0.4155886036041684 1.176604982099662 -1.202820819285479" weight ="0.3532099641993245" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 -1.176604982099662 1.202820819285479" weight ="0.1247572788096881" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 1.176604982099662 -1.202820819285479" weight ="0.1247572788096881" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.007782189307999121 -0.3531242222494267 0.3531242222494267 0.007782189307999138 0 0" weight ="0.04406551398197509" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.307657_29_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.092193585703831 0.235131970490209" scale ="143.9358995229014" background ="0 0 0" >
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 0.8233950179003378 1.202820819285479" weight ="0.3532099641993245" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.4155886036041685 0.424848298518026 -0.4248482985180261 0.4155886036041684 1 0" weight ="0.3532099641993245" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 -0.1766049820996622 1.202820819285479" weight ="0.3532099641993245" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.007782189307999121 -0.3531242222494267 0.3531242222494267 0.007782189307999138 0.007782189307999232 -0.3531242222494262" weight ="0.1247572788096881" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.4155886036041685 -0.424848298518026 0.4248482985180261 -0.4155886036041684 -1.176604982099662 1.202820819285479" weight ="0.1247572788096881" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.007782189307999121 -0.3531242222494267 0.3531242222494267 0.007782189307999138 -0.9922178106920008 -0.3531242222494262" weight ="0.04406551398197506" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,593 +0,0 @@
|
||||
<flames name="x^3-2x^2+3x-1">
|
||||
<flame name="1.100263_29_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.248375604281353 -0.798173822187804" scale="188.94865318065" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0.122561166876653 -0.744861766619744" chaos="0 " opacity="1" />
|
||||
<xform weight="0.18503737524864" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -0.337641021377627 -0.562279512062301" chaos="0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0.784920145499027 -1.30714127868205" chaos="0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.185037375248639" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0.337641021377627 0.562279512062301" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0147281652521349" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.103302639464782 -0.153516757777498 0.153516757777499 -0.103302639464782 -0.178449774394748 0.16804950616747" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.191798_24_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.5 0" scale="173.970632686468" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 -1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.0976678206754854" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -1 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.220652_24_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-1.05999966398491 -0.523847304566607" scale="247.033166262365" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.139680581996107" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -1.33764102137763 -0.562279512062301" chaos="0 1 1 0 0 " opacity="1" />
|
||||
<xform weight="0.139680581996107" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -0.337641021377627 -0.562279512062301" chaos="0 1 1 0 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -0.4472791241214 1.86942079074435" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.337641021377627 0.562279512062301" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.18503737524864" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 0 0" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.246429_33_6" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.512050738322485 -0.327794197697872" scale="148.40312831239" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.185037375248639" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="0 0 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.0795956234914387" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -0.337641021377627 -0.562279512062301" chaos="0 0 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -1.33764102137763 -0.562279512062301" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -0.337641021377627 -0.562279512062301" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.384802915749413" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -1 0" chaos="0 1 1 0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.384802915749413" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 1 1 0 0 1 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.273115_24_3" version="Apophysis 7x Version 15C.9" size="800 480" center="-1.09035225481981 -0.520069035497291" scale="315.826610452257" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.139680581996107" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -1.33764102137763 -0.562279512062301" chaos="0 1 1 0 0 " opacity="1" />
|
||||
<xform weight="0.139680581996107" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -0.337641021377627 -0.562279512062301" chaos="0 1 1 0 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -0.4472791241214 1.86942079074435" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.337641021377627 0.562279512062301" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.18503737524864" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1 0" chaos="1 0 0 1 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.343744_30_7" version="Apophysis 7x Version 15C.9" size="800 480" center="0.601078395184046 -0.060336136534298" scale="157.491225842143" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.185037375248639" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -0.337641021377627 -0.562279512062301" chaos="0 0 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.0795956234914387" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 0 0" chaos="0 0 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 -0.337641021377627 -0.562279512062301" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 -0.337641021377627 -0.562279512062301" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.384802915749413" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 1 1 0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.384802915749413" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 1 0" chaos="0 1 1 0 0 1 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.458005_34_3" version="Apophysis 7x Version 15C.9" size="800 480" center="0.261597417433123 0.394446239820411" scale="203.645089977389" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0.675282042755254 1.1245590241246" chaos="0 " opacity="1" />
|
||||
<xform weight="0.18503737524864" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 1 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0.337641021377627 0.562279512062301" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.185037375248639" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 1.12256116687665 -0.744861766619744" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0147281652521349" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.103302639464782 0.153516757777498 -0.153516757777499 0.103302639464782 0.202156790368093 -0.379697257504858" chaos="1 0 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.458851_27_3" version="Apophysis 7x Version 15C.9" size="800 480" center="0.561280583438327 -0.275746823468568" scale="353.671735958712" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.122561166876653 -0.744861766619744" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 0.53979781174572 0.182582254557443" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.0976678206754854" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.512537_27_4" version="Apophysis 7x Version 15C.9" size="800 480" center="0.5 0" scale="212.961463003188" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.0976678206754854" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -0.662358978622373 0.562279512062301" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.548121_25_3" version="Apophysis 7x Version 15C.9" size="800 480" center="-1.10102058533099 0.42427043973045" scale="192.01019846388" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.215079854500973 1.30714127868205" chaos="1 1 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="1 1 1 0 0 " opacity="0" />
|
||||
<xform weight="0.0795956234914389" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.281752413859531 0.0145327483899728 -0.0145327483899724 -0.281752413859531 0.337641021377627 0.562279512062301" chaos="1 1 1 0 0 " opacity="0" />
|
||||
<xform weight="0.18503737524864" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 1 0" chaos="1 1 1 0 0 " opacity="0" />
|
||||
<xform weight="0.139680581996107" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -0.784920145499027 1.30714127868205" chaos="0 0 0 1 1 0 " opacity="1" />
|
||||
<xform weight="0.0600849585046678" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 -1 0" chaos="0 0 0 1 1 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.548121_27_5" version="Apophysis 7x Version 15C.9" size="800 480" center="-1.01876810381146 -0.398171400580324" scale="261.226251947364" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -0.662358978622373 0.562279512062301" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1.53979781174572 -0.182582254557443" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.0976678206754854" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.583381_44_5" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.0790024761884733 0.0732787160845025" scale="88.2047962938345" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.185037375248639" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="0 0 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.0795956234914387" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 1.20215679036809 -0.379697257504858" chaos="0 0 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.784920145499027 -1.30714127868205" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 0 0" chaos="1 0 0 1 0 0 " opacity="0" />
|
||||
<xform weight="0.384802915749413" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 -1 0" chaos="0 1 1 0 0 1 0 " opacity="1" />
|
||||
<xform weight="0.384802915749413" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.337641021377627 0.562279512062301" chaos="0 1 1 0 0 1 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.646794_36_6" version="Apophysis 7x Version 15C.9" size="800 480" center="0.679561809789203 -0.460050341527989" scale="318.143353343547" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0.122561166876653 -0.744861766619744" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 -0.379697257504858 0.379697257504858 0.202156790368092 0.662358978622373 -0.562279512062301" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.0976678206754854" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 1.33764102137763 0.562279512062301" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 1 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.777151_53_7" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.390380918050734 0.647177097714256" scale="148.316331133709" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 -0.784920145499027 1.30714127868205" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 -0.562279512062301 0.562279512062301 -0.337641021377627 -1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1 0" chaos="1 1 0 1 0 " opacity="1" />
|
||||
<xform weight="0.0976678206754854" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 0.562279512062301 -0.562279512062301 0.337641021377627 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 -1 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0420127613206211" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 0.379697257504858 -0.379697257504858 -0.202156790368092 0 0" chaos="0 0 1 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,74 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.191798_24_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4999999999999999 -0" scale ="231.9608435819576" background ="0 0 0" >
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 -1 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1 0" weight ="0.1850373752486394" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.09766782067548535" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1 0" weight ="0.04201276132062109" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -1 0" weight ="0.04201276132062109" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.458851_27_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5612805834383268 -0.2757468234685684" scale ="353.6717359587119" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 1 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.1225611668766535 -0.7448617666197443" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 0.5397978117457196 0.1825822545574431" weight ="0.1850373752486394" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.09766782067548535" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 0 0" weight ="0.04201276132062109" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 0 0" weight ="0.04201276132062109" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.512537_27_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5 -0" scale ="212.9614630031879" background ="0 0 0" >
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 1 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 1 0" weight ="0.1850373752486394" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.09766782067548535" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -0.6623589786223731 0.5622795120623012" weight ="0.04201276132062109" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1 0" weight ="0.04201276132062109" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.548121_27_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.018768103811457 -0.398171400580324" scale ="261.2262519473642" background ="0 0 0" >
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -1 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.6623589786223731 0.5622795120623012" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1.53979781174572 -0.1825822545574431" weight ="0.1850373752486394" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.09766782067548535" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 0 0" weight ="0.04201276132062109" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 0 0" weight ="0.04201276132062109" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.646794_36_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.6795618097892027 -0.4600503415279894" scale ="318.1433533435473" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 1 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.1225611668766535 -0.7448617666197443" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 0.6623589786223731 -0.5622795120623012" weight ="0.1850373752486394" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.09766782067548535" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 1.337641021377627 0.5622795120623012" weight ="0.04201276132062109" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 1 0" weight ="0.04201276132062109" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.777151_53_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.390380918050734 0.6471770977142558" scale ="148.3163311337093" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 -0.7849201454990267 1.307141278682046" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 -1 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1 0" weight ="0.1850373752486394" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.09766782067548535" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1 0" weight ="0.04201276132062109" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 0 0" weight ="0.04201276132062109" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,54 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.246429_31_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.438719416561673 0.3724308833098721" scale ="543.6578864156642" background ="0 0 0" >
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.1850373752486394" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 0.2021567903680928 -0.3796972575048585" weight ="0.07959562349143874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.3376410213776269 -0.5622795120623012" weight ="0.4301597090019466" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.3848029157494134" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.3848029157494134" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.246429_33_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5120507383224852 -0.3277941976978718" scale ="148.4031283123903" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.1850373752486394" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -0.3376410213776269 -0.5622795120623012" weight ="0.07959562349143874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -1.337641021377627 -0.5622795120623012" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.3376410213776269 -0.5622795120623012" weight ="0.4301597090019466" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -1 0" weight ="0.3848029157494134" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.3848029157494134" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.343744_30_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.6010783951840463 -0.06033613653429803" scale ="157.4912258421429" background ="0 0 0" >
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.3376410213776269 -0.5622795120623012" weight ="0.1850373752486394" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 0 0" weight ="0.07959562349143874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 -0.3376410213776269 -0.5622795120623012" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 -0.3376410213776269 -0.5622795120623012" weight ="0.4301597090019466" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.3848029157494134" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 1 0" weight ="0.3848029157494134" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.583381_44_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.07900247618847334 0.07327871608450254" scale ="88.20479629383451" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.1850373752486394" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 1.202156790368093 -0.3796972575048585" weight ="0.07959562349143874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.7849201454990267 -1.307141278682046" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019466" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -1 0" weight ="0.3848029157494134" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.3848029157494134" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.606817_32_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.230823327466623 0.3204087642453574" scale ="225.9694816737434" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 -1 0" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.4301597090019467" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2817524138595311 0.01453274838997282 -0.01453274838997239 -0.2817524138595315 0.3376410213776269 0.5622795120623012" weight ="0.07959562349143892" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 1 0" weight ="0.1850373752486395" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.7849201454990267 1.307141278682046" weight ="0.1396805819961065" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -1 0" weight ="0.06008495850466775" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.548121_25_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.101020585330991 0.4242704397304503" scale ="192.0101984638803" background ="0 0 0" >
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.2150798545009733 1.307141278682046" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.4301597090019467" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2817524138595311 0.01453274838997282 -0.01453274838997239 -0.2817524138595315 0.3376410213776269 0.5622795120623012" weight ="0.07959562349143892" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 1 0" weight ="0.1850373752486395" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.7849201454990267 1.307141278682046" weight ="0.1396805819961065" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -1 0" weight ="0.06008495850466775" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.100263_29_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2483756042813532 -0.7981738221878043" scale ="251.9315375742006" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0.1225611668766535 -0.7448617666197443" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -0.3376410213776269 -0.5622795120623012" weight ="0.1850373752486395" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0.7849201454990267 -1.307141278682046" weight ="0.4301597090019467" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.1850373752486394" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.1850373752486394" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1033026394647824 -0.1535167577774982 0.1535167577774989 -0.1033026394647824 -0.178449774394748 0.1680495061674705" weight ="0.01472816525213486" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.458005_34_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2615974174331229 0.394446239820411" scale ="203.6450899773892" background ="0 0 0" >
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0.6752820427552537 1.124559024124602" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 1 0" weight ="0.1850373752486395" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0 0" weight ="0.4301597090019467" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.1850373752486394" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 1.122561166876654 -0.7448617666197443" weight ="0.1850373752486394" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1033026394647824 0.1535167577774982 -0.1535167577774989 0.1033026394647824 0.2021567903680928 -0.3796972575048585" weight ="0.01472816525213486" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.220652_24_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.059999663984909 -0.5238473045666066" scale ="329.3775550164862" background ="0 0 0" >
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -1.337641021377627 -0.5622795120623012" weight ="0.1396805819961065" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -0.3376410213776269 -0.5622795120623012" weight ="0.1396805819961065" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.4472791241213998 1.869420790744347" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019467" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.4301597090019467" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 0 0" weight ="0.1850373752486395" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.273115_24_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.090352254819811 -0.5200690354972908" scale ="315.8266104522572" background ="0 0 0" >
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -1.337641021377627 -0.5622795120623012" weight ="0.1396805819961065" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.2021567903680923 -0.3796972575048581 0.3796972575048583 0.2021567903680923 -0.3376410213776269 -0.5622795120623012" weight ="0.1396805819961065" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 -0.4472791241213998 1.869420790744347" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.337641021377627 -0.5622795120623012 0.5622795120623012 -0.337641021377627 0 0" weight ="0.4301597090019467" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.337641021377627 0.5622795120623012 -0.5622795120623012 0.337641021377627 0.3376410213776269 0.5622795120623012" weight ="0.4301597090019467" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680923 0.3796972575048581 -0.3796972575048583 -0.2021567903680923 -1 0" weight ="0.1850373752486395" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
File diff suppressed because it is too large
Load Diff
@ -1,122 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.215898_30_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.4124871923731401 -0" scale ="87.59098430586548" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.4260504821476064 -0.3689894074818043" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.573949517852394 -0.3689894074818043" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.226717_27_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5 0.02198305657797961" scale ="108.2471626817268" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.4260504821476064 -0.3689894074818043" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.3411639019140095 1.161541399997252" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_32_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.611126319924808 -0.3968172167118433" scale ="191.6005524165266" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1478990357047871 -0.7379788149636086" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.2327856159383841 -0.7925519925154478" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_55_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.241053943762788 -0.175540394874622" scale ="91.19418632726988" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.4260504821476064 0.3689894074818043" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1420539549295149 -0.1637195326555196 0.1637195326555194 0.1420539549295137 0.1932648662092223 0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.232785615938384 0.7925519925154478" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.2327856159383841 -0.7925519925154478" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.261987_27_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.732785615938384 0.6964121598842529" scale ="104.6505534913894" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.4260504821476064 -0.3689894074818043" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.232785615938384 0.7925519925154478" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -2.232785615938384 0.7925519925154478" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.573949517852394 -0.3689894074818043" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.283873_37_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5085237833243952 -0" scale ="265.5031023938333" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.357298_32_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3166990943805235 -0.3095466906221384" scale ="111.3241846309783" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0.5739495178523936 0.3689894074818043" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1420539549295149 -0.1637195326555196 0.1637195326555194 0.1420539549295137 0.1932648662092223 0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.395723_44_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5 0.1762442386409823" scale ="256.0967581973707" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.2327856159383841 0.7925519925154478" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.524881_39_10" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5000000000000001 0.3282324077086407" scale ="94.19398522815958" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.7672143840616159 -0.7925519925154478" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.3411639019140095 1.161541399997252" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.554918_41_11" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-1.505516298752581 0.7925519925154478" scale ="81.4338878501233" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.7672143840616159 -0.7925519925154478" weight ="0.2167565719512512" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.232785615938384 0.7925519925154478" weight ="0.3176721961719809" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -2.232785615938384 0.7925519925154478" weight ="0.3176721961719809" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.3411639019140095 1.161541399997252" weight ="0.3176721961719809" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,13 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_33_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.8609242767785905 0.5534841112227061" scale ="117.224024628778" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.4260504821476064 0.3689894074818043" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.04698341148405796" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 -0.3806846516431717 0.05457317755183944" weight ="0.02187412476240597" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,86 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_38_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3376930723978468 -0.08877840730244058" scale ="154.0594773579814" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.6588360980859905 -1.161541399997252" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.3806846516431717 -0.05457317755183944" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 1 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.357298_27_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3758073900252633 -0.01071914169926369" scale ="168.4670883215783" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0.1932648662092223 0.4235625850336433" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 1 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_44_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3875790826532142 -0.07668719198371649" scale ="143.2078994513095" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.6588360980859905 -1.161541399997252" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.3806846516431717 0.05457317755183944" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 1 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.548143_30_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1945484952562522 -0.2834488013518984" scale ="104.1202838676967" background ="0 0 0" >
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -1 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 1 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 1 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.606482_31_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5966324331046111 0.08640900500975057" scale ="205.2458436007341" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.652808_48_8" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.7869747589261967 0.1387780733604255" scale ="178.2335827880003" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.5739495178523936 -0.3689894074818043" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -1.573949517852394 -0.3689894074818043" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.657867_25_9" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.7376086326789562 0.2361875118859438" scale ="172.2606272577296" background ="0 0 0" >
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.5739495178523936 -0.3689894074818043" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1478990357047874" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.3176721961719806" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,80 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.250744_41_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.182683847934962 -0.3380862556670146" scale ="95.0849087028905" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.2327856159383838" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 1 0" weight ="0.1083782859756256" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.2672143840616159" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -2.232785615938384 0.7925519925154478" weight ="0.2672143840616159" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.3411639019140095 -1.161541399997252" weight ="0.2672143840616159" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_58_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5095760006144808 0.5894021299816815" scale ="181.8510764930539" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.2327856159383838" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -1 0" weight ="0.1083782859756256" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.2672143840616159" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -2.232785615938384 0.7925519925154478" weight ="0.2672143840616159" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1.573949517852394 -0.3689894074818043" weight ="0.2672143840616159" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1.232785615938384 0.7925519925154478" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.333595_35_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2869747589261968 -0.3689894074818041" scale ="322.9966905553978" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.2327856159383838" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1083782859756256" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.333595_36_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2869747589261968 -0.3689894074818041" scale ="311.3210095991497" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.2327856159383838" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.5739495178523936 -0.3689894074818043" weight ="0.1083782859756256" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.638614_97_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4474813101169764 -0.1389505826384497" scale ="260.1552730939702" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.2327856159383838" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1083782859756256" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.657867_44_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="1.050074356095448 -0.5729001725513818" scale ="120.9777169639118" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2327856159383838" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 1 0" weight ="0.1083782859756256" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.2672143840616159" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.2672143840616159" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.2672143840616159" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 0 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,54 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_32_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2190639235780121 -0.05904673263668736" scale ="108.5734673579726" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.465571231876768" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.4055855239837503" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4055855239837503" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0 0" weight ="0.1288432441394815" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.1288432441394815" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.449448_61_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3788788038631747 0.3962759962577241" scale ="213.1066682363669" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.465571231876768" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4055855239837503" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.4055855239837503" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.3806846516431717 0.05457317755183944" weight ="0.1288432441394815" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.1288432441394815" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.487434_58_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3836071920308078 0.396275996257724" scale ="231.6560931201573" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.465571231876768" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4055855239837503" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.4055855239837503" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.3806846516431717 0.05457317755183944" weight ="0.1288432441394815" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -1 0" weight ="0.1288432441394815" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.548143_43_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.01366233898093283 -0.2559764500659285" scale ="158.5123723018767" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -1 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.4055855239837503" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4055855239837503" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1288432441394815" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -1 0" weight ="0.1288432441394815" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 0 0 0 1 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.548143_30_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.06864412532469366 0.2500958618881639" scale ="89.67519769043632" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.3176721961719806" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719806" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 1 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,17 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.283873_49_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.7015324334434386 -0.184494703740902" scale ="369.338918090765" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.2167565719512513" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 0 0 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719807" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 0 1 0 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_27_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5274695123616634 0.788736384860925" scale ="271.8597784172599" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.2767422798442689" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.1288432441394816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.1288432441394816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.1288432441394816" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_29_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.6580570078004929 0.4061659152160846" scale ="153.4103099459897" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.232785615938384 0.7925519925154478" weight ="0.2767422798442689" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.1288432441394816" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.4260504821476064 0.3689894074818043" weight ="0.1288432441394816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.1288432441394816" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.2327856159383841 0.7925519925154478" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 1 0 0 1 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,38 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.283873_39_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5617525985991529 -0.1070496883789122" scale ="216.8742219710368" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1 0" weight ="0.06885753624646418" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.06885753624646418" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.03205808797426552" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1420539549295149 -0.1637195326555196 0.1637195326555194 0.1420539549295137 0.1932648662092223 0.4235625850336433" weight ="0.04698341148405816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.357298_35_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3738637386711424 -0.00430959418361565" scale ="167.4973445945849" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.06885753624646418" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.06885753624646418" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -1 0" weight ="0.03205808797426552" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1420539549295149 0.1637195326555196 -0.1637195326555194 -0.1420539549295137 -0.1932648662092223 -0.4235625850336433" weight ="0.04698341148405816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.858844_46_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.8294180490429952 -0.580770699998626" scale ="258.7567768617317" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.06885753624646418" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1.232785615938384 -0.7925519925154478" weight ="0.06885753624646418" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 1 0" weight ="0.03205808797426552" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.4655712318767679" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4655712318767679" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.1420539549295149 -0.1637195326555196 0.1637195326555194 0.1420539549295137 0.1932648662092223 0.4235625850336433" weight ="0.04698341148405816" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_31_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.516461409942072 -0.3652636417447774" scale ="240.3833835099124" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.1478990357047871 -0.7379788149636086" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.4260504821476064 -0.3689894074818043" weight ="0.465571231876768" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719807" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.04536583050443516 -0.3144162299299644 0.3144162299299645 0.04536583050443491 0 0" weight ="0.06885753624646401" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -1 0" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_29_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4141296114248542 -0.01145542575161718" scale ="344.8822163334791" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 -0.04536583050443577 0.3144162299299653" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1 0" weight ="0.4055855239837504" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 1.147899035704787 0.7379788149636086" weight ="0.4055855239837504" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.4055855239837504" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 0.5285836873479588 0.6834056374117692" weight ="0.08791332781176979" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,74 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.029524_28_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3326712039154187 -0.1917347971355729" scale ="389.0376136763962" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.4260504821476064 -0.3689894074818043" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0 0" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0.4260504821476064 -0.3689894074818043" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.250744_27_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2300799892553028 0.1844947037409023" scale ="276.9423786405526" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.1932648662092223 0.4235625850336433" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.1932648662092223 0.4235625850336433" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.4260504821476064 0.3689894074818043" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.4260504821476064 0.3689894074818043" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.333595_21_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4051429434211474 -0.5807706999986261" scale ="216.6524512053834" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.5739495178523936 0.3689894074818043" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.3411639019140095 -1.161541399997252" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.7672143840616159 -0.7925519925154478" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.353955_26_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.5684704718045887 0.04132993235303217" scale ="328.6609221046851" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.1932648662092223 0.4235625850336433" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.8067351337907777 0.4235625850336433" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 -0.4260504821476064 0.3689894074818043" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.357298_26_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3178818142209845 0.02133476691179237" scale ="170.3875325930733" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 1 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.5739495178523936 0.3689894074818043" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 1 0" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1932648662092223 -0.4235625850336437 0.4235625850336436 -0.1932648662092223 0.5739495178523936 0.3689894074818043" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.471305_35_7" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2768559651448819 -0.1256677507494631" scale ="276.8515315071882" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 -0.1932648662092223 -0.4235625850336433" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0.4260504821476064 -0.3689894074818043" weight ="0.3176721961719808" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 0 0" weight ="0.3176721961719808" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0.4260504821476064 -0.3689894074818043" weight ="0.1478990357047874" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 1 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,46 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.258909_29_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3149450063458126 -0.177947806014509" scale ="185.1441198415417" background ="0 0 0" >
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.4260504821476064 0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 -0.6193153483568283 -0.05457317755183944" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-1 -0 0 -1 0 0" weight ="0.4655712318767681" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.5739495178523937 -0.3689894074818041 0.368989407481804 -0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_30_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.133831490613542 -0.1746914541622381" scale ="150.9163383889864" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.4260504821476064 -0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 -0.1932648662092223 -0.4235625850336433" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="1 -0 0 1 0 0" weight ="0.4655712318767681" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1 0" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_31_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.03768983898777889 0.2776594568488457" scale ="116.6163917453184" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 0.5739495178523936 0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 0.1932648662092223 0.4235625850336433" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 1.380684651643172 -0.05457317755183944" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="1 -0 0 1 0 0" weight ="0.4655712318767681" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -1.147899035704787 -0.7379788149636086" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.258909_34_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.05855724736834578 1.147272186840672" scale ="120.7223619724374" background ="0 0 0" >
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.5739495178523936 -0.3689894074818043" weight ="0.465571231876768" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.04536583050443516 0.3144162299299644 -0.3144162299299645 -0.04536583050443491 -0.5739495178523936 -0.3689894074818043" weight ="0.1009156242207294" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1932648662092223 0.4235625850336437 -0.4235625850336436 0.1932648662092223 0 0" weight ="0.2167565719512513" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="0" />
|
||||
<xform coefs ="1 -0 0 1 1.34116390191401 1.161541399997252" weight ="0.4655712318767681" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<xform coefs ="0.5739495178523937 0.3689894074818041 -0.368989407481804 0.5739495178523937 -0.2327856159383841 0.7925519925154478" weight ="0.2167565719512513" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,196 +0,0 @@
|
||||
<flames name="x^3-x^2+1">
|
||||
<flame name="1.100263_25_2" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.277303756362157 -0.173086771981533" scale="90.7924728334609" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.569840290998053" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.122561166876654 0.744861766619744 -0.744861766619744 0.122561166876654 -0.662358978622373 -0.562279512062301" opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 -0.379697257504858 0.379697257504858 -0.202156790368092 0.460202188254281 0.182582254557443" opacity="1" />
|
||||
<xform weight="0.245122333753307" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.460202188254281 0.182582254557443 -0.182582254557443 0.460202188254281 0.122561166876654 0.744861766619744" opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.100263_12_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.316144936754257 -0.546033344065539" scale="137.922145555167" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 0.562279512062301 -0.562279512062301 -0.337641021377627 -0.324717957244746 -1.1245590241246" opacity="1" />
|
||||
<xform weight="0.245122333753307" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.460202188254281 -0.182582254557443 0.182582254557443 -0.460202188254281 0.797843209631908 -0.379697257504858" opacity="1" />
|
||||
<xform weight="0.324717957244746" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.539797811745719 0.182582254557443 -0.182582254557443 -0.539797811745719 0.754877666246693 -1.48972353323949" opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.378581_17_3" version="Apophysis 7x Version 15C.9" size="800 480" center="-0.436002108568917 -0.270326244266948" scale="238.690218682222" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="linear flatten" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.569840290998053" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.122561166876654 0.744861766619744 -0.744861766619744 0.122561166876654 -0.539797811745719 0.182582254557443" opacity="1" />
|
||||
<xform weight="0.185037375248639" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.202156790368092 0.379697257504858 -0.379697257504858 0.202156790368092 -1 0" opacity="1" />
|
||||
<xform weight="0.245122333753307" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.460202188254281 -0.182582254557443 0.182582254557443 -0.460202188254281 -0.122561166876654 -0.744861766619744" opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.631090_27_4" version="Apophysis 7x Version 15C.9" size="600 360" center="0.334273733141818 -0.549746362953302" scale="177.29869116833" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.337641021377627 0.562279512062301 -0.562279512062301 -0.337641021377627 0.337641021377627 -0.562279512062301" opacity="1" />
|
||||
<xform weight="0.245122333753307" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.460202188254281 -0.182582254557443 0.182582254557443 -0.460202188254281 0.337641021377627 -0.562279512062301" opacity="1" />
|
||||
<xform weight="0.324717957244746" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.539797811745719 -0.182582254557443 0.182582254557443 0.539797811745719 0.337641021377627 -0.562279512062301" opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.700184_18_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.202279381597634 0.205815399108809" scale="147.161598424668" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.569840290998053" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.122561166876654 -0.744861766619744 0.744861766619744 -0.122561166876654 0 0" opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.337641021377627 -0.562279512062301 0.562279512062301 0.337641021377627 0.122561166876654 0.744861766619744" opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,10 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.700184_18_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2022793815976338 0.2058153991088092" scale ="196.2154645662239" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197443 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980532" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.3376410213776271 -0.5622795120623014 0.5622795120623012 0.3376410213776271 0.1225611668766536 0.7448617666197442" weight ="0.4301597090019469" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,20 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.100263_25_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2773037563621568 -0.1730867719815331" scale ="121.0566304446145" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197443 -0.7448617666197442 0.1225611668766536 -0.662358978622373 -0.5622795120623013" weight ="0.5698402909980532" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.2021567903680923 -0.3796972575048583 0.3796972575048583 -0.2021567903680924 0.4602021882542806 0.1825822545574429" weight ="0.1850373752486394" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.4602021882542807 0.182582254557443 -0.182582254557443 0.4602021882542806 0.1225611668766536 0.7448617666197442" weight ="0.2451223337533072" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.378581_17_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.4360021085689166 -0.270326244266948" scale ="238.6902186822223" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197443 -0.7448617666197442 0.1225611668766536 -0.5397978117457194 0.1825822545574429" weight ="0.5698402909980532" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.2021567903680923 0.3796972575048583 -0.3796972575048583 0.2021567903680924 -1 0" weight ="0.1850373752486394" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4602021882542807 -0.182582254557443 0.182582254557443 -0.4602021882542806 -0.1225611668766536 -0.7448617666197442" weight ="0.2451223337533072" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,11 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.100263_12_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3161449367542568 -0.5460333440655387" scale ="183.8961940735564" background ="0 0 0" >
|
||||
<xform coefs ="-0.3376410213776271 0.5622795120623014 -0.5622795120623012 -0.3376410213776271 -0.3247179572447461 -1.124559024124603" weight ="0.4301597090019469" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4602021882542807 -0.182582254557443 0.182582254557443 -0.4602021882542806 0.7978432096319077 -0.3796972575048585" weight ="0.2451223337533072" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0.7548776662466927 -1.489723533239488" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,11 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.631090_27_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.3342737331418175 -0.549746362953302" scale ="236.3982548911065" background ="0 0 0" >
|
||||
<xform coefs ="-0.3376410213776271 0.5622795120623014 -0.5622795120623012 -0.3376410213776271 0.337641021377627 -0.5622795120623013" weight ="0.4301597090019469" color ="0" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="-0.4602021882542807 -0.182582254557443 0.182582254557443 -0.4602021882542806 0.337641021377627 -0.5622795120623013" weight ="0.2451223337533072" color ="0.003921568859368563" symmetry ="-1" linear ="1" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0.337641021377627 -0.5622795120623013" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,127 +0,0 @@
|
||||
<flames name="x^3-x^2+2x+1">
|
||||
<flame name="1.271416_29_3" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.616066318468831 -0.173719443161233" scale="114.93746403675" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.324717957244746" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.539797811745719 0.182582254557443 -0.182582254557443 -0.539797811745719 -1.12256116687665 -0.744861766619744" chaos="0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.324717957244746" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.539797811745719 0.182582254557443 -0.182582254557443 -0.539797811745719 0 0" chaos="0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.105441751757201" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.258045397886188 0.197115002947415 -0.197115002947415 -0.258045397886188 -0.258045397886187 0.197115002947415" chaos="0 1 1 0 " opacity="0" />
|
||||
<xform weight="0.430159709001947" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.122561166876654 0.744861766619744 -0.744861766619744 0.122561166876654 -1 0" chaos="1 0 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.430159709001947" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.122561166876654 -0.744861766619744 0.744861766619744 -0.122561166876654 0 0" chaos="1 0 0 1 0 0 " opacity="1" />
|
||||
<xform weight="0.139680581996107" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.202156790368092 -0.379697257504858 0.379697257504858 -0.202156790368092 -0.202156790368092 -0.379697257504858" chaos="1 0 0 1 0 0 " opacity="1" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.348255_23_2" version="Apophysis 7x Version 15C.9" size="600 360" center="0.0964829539822956 0.522104143629967" scale="68.1418583063899" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.392646781702641" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.273409138442041 0.563821092829119 -0.563821092829119 0.273409138442041 -0.69632339085132 1.43594986410996" chaos="0 " opacity="1" />
|
||||
<xform weight="0.392646781702641" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="-0.273409138442041 -0.563821092829119 0.563821092829119 -0.273409138442041 0 0" chaos="0 " opacity="1" />
|
||||
<xform weight="0.392646781702641" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="-0.273409138442041 -0.563821092829119 0.563821092829119 -0.273409138442041 0.30367660914868 1.43594986410996" chaos="0 " opacity="1" />
|
||||
<xform weight="0.154171495181441" color="0" symmetry="-1" linear="1" flatten="1" coefs="0.273409138442041 0.563821092829119 -0.563821092829119 0.273409138442041 0.273409138442041 0.563821092829119" chaos="1 0 0 0 0 " opacity="0" />
|
||||
<xform weight="0.0605349414132771" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.243141667735402 -0.308307678451719 0.308307678451719 0.243141667735402 1 0" chaos="1 0 0 0 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
<flame name="1.428679_21_4" version="Apophysis 7x Version 15C.9" size="600 360" center="-0.215999206238573 -0.400487165634333" scale="193.816753149283" oversample="1" filter="0.5" quality="50" background="0 0 0" brightness="0.5" gamma="4" estimator_radius="9" estimator_minimum="0" estimator_curve="0.4" enable_de="0" plugins="" new_linear="1" curves="0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1" >
|
||||
<xform weight="0.392646781702641" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.273409138442041 -0.563821092829119 0.563821092829119 -0.273409138442041 -0.273409138442041 -0.563821092829119" chaos="0 1 1 1 0 " opacity="1" />
|
||||
<xform weight="0.392646781702641" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.273409138442041 0.563821092829119 -0.563821092829119 0.273409138442041 -0.273409138442041 -0.563821092829119" chaos="0 1 1 1 0 " opacity="1" />
|
||||
<xform weight="0.2538415711596" color="0" symmetry="-1" linear="1" flatten="1" coefs="-0.273409138442041 -0.563821092829119 0.563821092829119 -0.273409138442041 -0.0302674707066388 -0.872128771280837" chaos="1 0 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.2538415711596" color="0.00392156885936856" symmetry="-1" linear="1" flatten="1" coefs="0.273409138442041 0.563821092829119 -0.563821092829119 0.273409138442041 0 0" chaos="1 0 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.2538415711596" color="0.00784313771873713" symmetry="-1" linear="1" flatten="1" coefs="0.273409138442041 0.563821092829119 -0.563821092829119 0.273409138442041 -1 0" chaos="1 0 0 0 1 0 " opacity="0" />
|
||||
<xform weight="0.0996700759781589" color="0.011764707043767" symmetry="-1" linear="1" flatten="1" coefs="-0.243141667735402 0.308307678451719 -0.308307678451719 -0.243141667735402 -0.756858332264598 -0.308307678451719" chaos="1 0 0 0 1 0 " opacity="0" />
|
||||
<palette count="256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.271416_29_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.6160663184688309 -0.1737194431612326" scale ="153.2499520489996" background ="0 0 0" >
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -1.122561166876654 -0.7448617666197442" weight ="0.3247179572447462" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0 0" weight ="0.3247179572447462" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="-0.2580453978861883 0.1971150029474153 -0.1971150029474147 -0.2580453978861884 -0.2580453978861872 0.1971150029474154" weight ="0.1054417517572007" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 1 1 " opacity ="0" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 -1 0" weight ="0.4301597090019466" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.4301597090019466" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680924 -0.3796972575048583 0.3796972575048585 -0.2021567903680924 -0.2021567903680923 -0.3796972575048585" weight ="0.1396805819961066" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 0 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.428679_21_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2159992062385733 -0.4004871656343326" scale ="258.4223375323767" background ="0 0 0" >
|
||||
<xform coefs ="-0.273409138442041 -0.5638210928291187 0.5638210928291186 -0.2734091384420411 -0.2734091384420407 -0.5638210928291187" weight ="0.3926467817026408" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.273409138442041 0.5638210928291187 -0.5638210928291186 0.2734091384420411 -0.2734091384420407 -0.5638210928291187" weight ="0.3926467817026408" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.273409138442041 -0.5638210928291187 0.5638210928291186 -0.2734091384420411 -0.03026747070663882 -0.8721287712808372" weight ="0.2538415711596001" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.273409138442041 0.5638210928291187 -0.5638210928291186 0.2734091384420411 0 0" weight ="0.2538415711596001" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.273409138442041 0.5638210928291187 -0.5638210928291186 0.2734091384420411 -1 0" weight ="0.2538415711596001" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2431416677354025 0.3083076784517188 -0.3083076784517188 -0.2431416677354025 -0.7568583322645983 -0.3083076784517185" weight ="0.09967007597815888" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,13 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.348255_23_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.09648295398229556 0.5221041436299666" scale ="90.85581107518655" background ="0 0 0" >
|
||||
<xform coefs ="0.273409138442041 0.5638210928291187 -0.5638210928291186 0.2734091384420411 -0.6963233908513204 1.435949864109956" weight ="0.3926467817026408" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.273409138442041 -0.5638210928291187 0.5638210928291186 -0.2734091384420411 0 0" weight ="0.3926467817026408" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.273409138442041 -0.5638210928291187 0.5638210928291186 -0.2734091384420411 0.3036766091486796 1.435949864109956" weight ="0.3926467817026408" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.273409138442041 0.5638210928291187 -0.5638210928291186 0.2734091384420411 0.2734091384420407 0.5638210928291187" weight ="0.1541714951814413" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.2431416677354025 -0.3083076784517188 0.3083076784517188 0.2431416677354025 1 0" weight ="0.06053494141327712" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
File diff suppressed because it is too large
Load Diff
@ -1,38 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.130784_55_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.5 -0.2852070670613533" scale ="117.477502942143" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980532" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 1 0" weight ="0.3247179572447461" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 1.122561166876654 0.7448617666197442" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.569840290998053" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2580453978861883 -0.1971150029474153 0.1971150029474147 0.2580453978861884 -0.7419546021138128 -0.1971150029474154" weight ="0.1054417517572006" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2580453978861883 0.1971150029474153 -0.1971150029474147 -0.2580453978861884 -0.5397978117457196 0.1825822545574429" weight ="0.1054417517572006" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.186857_46_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.3633662131900837 -0.1958830335933216" scale ="190.1238585810246" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.5698402909980532" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -1 0" weight ="0.3247179572447461" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 -1 0" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.569840290998053" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2580453978861883 0.1971150029474153 -0.1971150029474147 -0.2580453978861884 0.5397978117457196 -0.1825822545574429" weight ="0.1054417517572006" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2580453978861883 -0.1971150029474153 0.1971150029474147 0.2580453978861884 0.5397978117457196 -0.1825822545574429" weight ="0.1054417517572006" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.359337_38_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1751049185197379 -0.3397357662557766" scale ="216.8978168127137" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980532" color ="0" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.1225611668766535 -0.7448617666197442" weight ="0.3247179572447461" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.1225611668766535 -0.7448617666197442" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.569840290998053" color ="0" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2580453978861883 -0.1971150029474153 0.1971150029474147 0.2580453978861884 -0.2580453978861872 0.1971150029474154" weight ="0.1054417517572006" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2580453978861883 -0.1971150029474153 0.1971150029474147 0.2580453978861884 -0.2580453978861872 0.1971150029474154" weight ="0.1054417517572006" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.457770_44_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.2059408495345441 0.02546014361673632" scale ="315.5643664022312" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 -0.1225611668766535 -0.7448617666197442" weight ="0.2451223337533071" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680924 0.3796972575048583 -0.3796972575048585 0.2021567903680924 -0.1225611668766535 -0.7448617666197442" weight ="0.07959562349143877" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.2451223337533071" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 0 0 1 " opacity ="0" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.5698402909980533" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680924 -0.3796972575048583 0.3796972575048585 -0.2021567903680924 0.5397978117457196 -0.1825822545574429" weight ="0.1850373752486396" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<xform coefs ="-0.2580453978861883 0.1971150029474153 -0.1971150029474147 -0.2580453978861884 0.5397978117457196 -0.1825822545574429" weight ="0.1054417517572007" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="1 0 0 1 1 0 " opacity ="1" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,57 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.130784_26_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2698989058728598 0.2493799580851531" scale ="186.5313941609532" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980534" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.3247179572447462" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.2740149500994556" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0.5397978117457196 -0.1825822545574429" weight ="0.1561447589024909" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0.1225611668766535 0.7448617666197442" weight ="0.1561447589024909" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.186857_35_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2066246150488273 -0.005851591276158863" scale ="344.8875629451472" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.5698402909980534" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.3247179572447462" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.2740149500994556" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.1561447589024909" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0 0" weight ="0.1561447589024909" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.186857_36_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.158159491468345 -0.1040742292821105" scale ="344.8668038439258" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980534" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0.5397978117457196 -0.1825822545574429" weight ="0.3247179572447462" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.2740149500994556" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.1561447589024909" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0 0" weight ="0.1561447589024909" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.231697_34_5" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.1627098930350085 0.06892216872647317" scale ="314.5470547453713" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980534" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.4602021882542804 -0.1825822545574429" weight ="0.3247179572447462" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.2740149500994556" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.1225611668766535 -0.7448617666197442" weight ="0.1561447589024909" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0 0" weight ="0.1561447589024909" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.231697_35_6" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.09057784468455998 -0.1382498938432314" scale ="341.2716673942483" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.5698402909980534" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.4602021882542804 -0.1825822545574429" weight ="0.3247179572447462" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 1 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.2740149500994556" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.1225611668766535 -0.7448617666197442" weight ="0.1561447589024909" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0 0" weight ="0.1561447589024909" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 0 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,14 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.536068_40_4" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.06570648991501502 0.0049365597905634" scale ="552.3759312371992" background ="0 0 0" >
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 0 0" weight ="0.5698402909980533" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 0 0" weight ="0.3247179572447461" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680924 -0.3796972575048583 0.3796972575048585 -0.2021567903680924 -0.5397978117457196 0.1825822545574429" weight ="0.1225611668766537" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.2150798545009733" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.4602021882542804 -0.1825822545574429" weight ="0.2150798545009733" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.2150798545009733" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,13 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.271416_21_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.04930266978834186 -0.1419285118949435" scale ="382.9046787522245" background ="0 0 0" >
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980533" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="-0.2021567903680924 -0.3796972575048583 0.3796972575048585 -0.2021567903680924 -0.1225611668766535 -0.7448617666197442" weight ="0.1850373752486396" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 " opacity ="1" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 -1.215079854500973 1.307141278682046" weight ="0.4301597090019467" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680924 0.3796972575048583 -0.3796972575048585 0.2021567903680924 -0.4172366448690656 0.9274440211771871" weight ="0.1396805819961066" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 -1 0" weight ="0.4301597090019467" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
@ -1,26 +0,0 @@
|
||||
<flames name = "IFStile">
|
||||
<flame name ="1.271416_22_2" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="-0.2062252034868655 -0.1411923687496748" scale ="218.7695398457194" background ="0 0 0" >
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0 0" weight ="0.2451223337533074" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 -0.5397978117457196 0.1825822545574429" weight ="0.2451223337533074" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="0.1225611668766536 0.7448617666197442 -0.7448617666197442 0.1225611668766536 -0.1225611668766535 -0.7448617666197442" weight ="0.5698402909980533" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680924 0.3796972575048583 -0.3796972575048585 0.2021567903680924 -0.7419546021138128 -0.1971150029474154" weight ="0.1850373752486396" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0 0" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680924 0.3796972575048583 -0.3796972575048585 0.2021567903680924 0 0" weight ="0.1850373752486396" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
<flame name ="1.444112_44_3" size ="800 480" brightness = "0.5" gamma = "4" version ="IFStile v1.7.3.3" center ="0.206533222619953 -0.1322154573893275" scale ="232.2482236776661" background ="0 0 0" >
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0 0" weight ="0.2451223337533074" color ="0" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.5397978117457194 0.182582254557443 -0.182582254557443 -0.5397978117457194 0.5397978117457196 -0.1825822545574429" weight ="0.2451223337533074" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="1 0 0 0 1 1 " opacity ="1" />
|
||||
<xform coefs ="-0.1225611668766536 -0.7448617666197442 0.7448617666197442 -0.1225611668766536 0 0" weight ="0.5698402909980533" color ="0" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="-0.2021567903680924 -0.3796972575048583 0.3796972575048585 -0.2021567903680924 -0.3376410213776269 0.5622795120623013" weight ="0.1850373752486396" color ="0.003921568859368563" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.5397978117457194 -0.182582254557443 0.182582254557443 0.5397978117457194 -0.1225611668766535 -0.7448617666197442" weight ="0.3247179572447461" color ="0.007843137718737125" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<xform coefs ="0.2021567903680924 0.3796972575048583 -0.3796972575048585 0.2021567903680924 0.2021567903680923 0.3796972575048585" weight ="0.1850373752486396" color ="0.01176470704376698" symmetry ="-1" linear ="1" chaos ="0 1 1 1 0 0 " opacity ="0" />
|
||||
<palette count = "256" format="RGB">
|
||||
FFC83D126EFFFF512D87E9FF18FFA3BE05FFDAFF4A2CA8FF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
</palette>
|
||||
</flame>
|
||||
|
||||
</flames>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user