<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="getRGB">
					<Code>.Remove &apos;rgba(&apos; and &apos;)&apos;
StrReplace &quot;[colorString]&quot; &quot;rgba\\(&quot; &quot;&quot; [colorNoPrefix] &quot;&quot;
StrReplace &quot;[colorNoPrefix]&quot; &quot;\\)&quot; &quot;&quot; [colorClean] &quot;&quot;

.Split by comma
StrParse &quot;[colorClean]&quot; &quot;,&quot; [r]
Consolelog [r]
SetVar [red] [r(0)]
SetVar [green] [r(1)]
SetVar [blue] [r(2)]
SetVar [alpha] [r(3)]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoColorPicker &quot;Container1&quot; &quot;bottom&quot; &quot;#ffffff&quot; &quot;rgb&quot; [colorString] &quot;getRGB&quot;</pageenter>
					<Components>
						<Container id="Container1">
							<left>25px</left>
							<top>45px</top>
							<width>45px</width>
							<height>45px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding:10px;cursor:pointer</style>
						</Container>
						<Container id="Container3">
							<left>25px</left>
							<top>355px</top>
							<width>270px</width>
							<height>100px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding:10px</style>
							<html>Red: [red]&lt;br&gt;
Green: [green]&lt;br&gt;
Blue: [blue]&lt;br&gt;
Transparency: [alpha]</html>
						</Container>
						<Paragraph id="Paragraph1">
							<left>25px</left>
							<top>10px</top>
							<width>160px</width>
							<height>30px</height>
							<text>Select a color:</text>
						</Paragraph>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
