<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<MainPatch version="5">

  <Patch>
    <Properties>
      <PropertySet name="gui-mdi">
        <Property name="Private.ZoomFactor">1</Property>
        <Property name="Private.RunLevel">1</Property>
        <Property name="Private.ScrollPos">0;0</Property>
      </PropertySet>
    </Properties>
    <Blocks>
      <Block active="1" catalog="system" class-id="image_generator" id="16" label="ImageGenerator_1" log_info="2" run_level="1" sync-in_mode="1">
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Appearance.Pos">60;90</Property>
            <Property name="Private.ZOrder">4</Property>
            <Property name="Private.ObjID">2</Property>
            <Property name="Appearance.Size">48;48</Property>
            <Property name="Appearance.Orientation">1</Property>
            <Property name="Private.ExportedParams"></Property>
            <Property name="Private.Selected">1</Property>
            <Property name="Private.ParamsOrder">kernel::active_status;kernel::active_trigger;kernel::run_level;kernel::sync_in_mode;kernel::log_level;size;pixel_model;color_model;has_alpha;continuous;constant_color;constant_alpha;source_type;seed;unif_min;unif_max;gauss_mean;gauss_stddev;axis;ramp_offset;ramp_slope</Property>
            <Property name="Private.FullPath">ImageAndVideo.Generator.ImageGenerator</Property>
            <Property name="DisplaySyncInVisible">0</Property>
            <Property name="DisplaySyncOutVisible">0</Property>
          </PropertySet>
        </Properties>
        <Parameters>
          <Parameter catalog="base" class-id="size2d_int" description="Size of the image, in pixels. Some commonly used sizes are given in the following, however, such values are just suggestions as the image datatype supports any size.
320x200 CGA (very old graphic cards)
640x480 VGA (old graphic cards)
1024x768 XGA (common resolution for 15'' LCDmonitors)
1280x1024 SXGA (common resolution for 17'' LCD monitors)
1400x1050 SXGA+ (many notebooks)
1600x1200 UXGA (20'' LCD monitors)
1920x1200 WUXGA (modern widescreen monitors)
352x288 PAL QCIF
720x576 PAL
" design-time="1" enabled="1" id="size" name="Size" run-time="0">
            <Value>352;288</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Pixel model of the image. Specifies the number of bits used for each channel, hence the color definition. May assume one of the following values:
8 bits unsigned integer;
16 bits unsigned integer;
16 bits signed integer;
32 bits floating point." design-time="1" enabled="1" id="pixel_model" name="Pixel model" run-time="0">
            <Value>0</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;4;2</Domain>
            <Layout catalog="kernel" class-id="combo">8 bits, unsigned;16 bits, unsigned;16 bits, signed;Float</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="The color model define the way a color is stored into the image.May assume one of following values:
BW (1 channel: grayscale);
BGR (3 channel packed: Blue, Green, Red);
RGB (3 channel packed: Red, Green, Blue);
YUV (3 channel packed: Y, Cb, Cr);
YUYV (3 channel packed, undersampled 422: Y, Cb, Cr);
UYVY (3 channel packed, undersampled 422: Y, Cb, Cr);
I420 (3 channel planar, undersampled 411: Y, Cb, Cr);
YV12 (3 channel planar, undersampled 411: Y, Cb, Cr);
HSV (3 channel packed: Hue, Saturation, Value).
" design-time="1" enabled="1" id="color_model" name="Color model" run-time="0">
            <Value>2</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;9;2</Domain>
            <Layout catalog="kernel" class-id="combo">BW;RGB;BGR;YUV;YUYV;UYVY;I420;YV12;HSV</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="bool" description="Specifies whether the image has an alpha channel. Note that alpha channel is supported only with RGB, BGR, or YUV images. In all other cases this parameter should be set to false." design-time="1" enabled="1" id="has_alpha" name="Has alpha" run-time="0">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="bool" description="Specifies wether the output is always generated (true) or only when the value changes (false)" design-time="1" enabled="1" id="continuous" name="Continuous" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="rgbcolor" description="This color is used as main color value (RGB space model) in 'Constant', 'Jaehne' and 'Ramp' source type." design-time="1" enabled="1" id="constant_color" name="Color" run-time="1">
            <Value>rgb: 0;0;0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="The alpha channel is filled with this value." design-time="1" enabled="1" id="constant_alpha" name="Alpha" run-time="1">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Specifies the type of image generated. May assume one of following values:
Constant (all pixels have the same color)
Color Bars (vertical bar of colors)
Random values with uniform distribution (pixels have random values)
Random values with Gaussian distribution (pixels have random values)
Jaehne (Jaehnes test image)
Ramp (gradient of color intensity starting on the upper left corner)
" design-time="1" enabled="1" id="source_type" name="Source type" run-time="1">
            <Value>1</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;6;2</Domain>
            <Layout catalog="kernel" class-id="combo">Constant;Color bars;Random values with uniform distribution;Random values with Gaussian distribution;Jaehne;Ramp</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Seed value used to initialize the random number generator.
This parameter is used in the two 'Random value' source types." design-time="1" enabled="1" id="seed" name="Seed" run-time="0">
            <Value>41</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Lower bound for the range of uniform distribution.
This parameter is used only in the 'Random value with uniform distribution' source type." design-time="1" enabled="1" id="unif_min" name="Min (uniform)" run-time="1">
            <Value>0.5</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Upper bound for the range of uniform distribution.
This parameter is used only in the 'Random value with uniform distribution' source type." design-time="1" enabled="1" id="unif_max" name="Max (uniform)" run-time="1">
            <Value>1</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Mean of gaussian distribution.
This parameter is used only in the 'Random value with gaussian distribution' source type." design-time="1" enabled="1" id="gauss_mean" name="Mean" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Standard deviation of gaussian distribution.
This parameter is used only in the 'Random value with gaussian distribution' source type." design-time="1" enabled="1" id="gauss_stddev" name="Standard deviation" run-time="1">
            <Value>0.16666666666666666</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Specifies the direction of the image intensity ramp. May be the horizontal axis, the vertical axis, or both.
This parameter is used only in 'Ramp' source type." design-time="1" enabled="1" id="axis" name="Axis" run-time="1">
            <Value>1</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;3;2</Domain>
            <Layout catalog="kernel" class-id="combo">Horizontal axis;Vertical axis;Both axis</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Starting value of the color intensity ramp.
This parameter is used only in the 'Ramp' source type." design-time="1" enabled="1" id="ramp_offset" name="Offset" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="double" description="Slope value of the color intensity ramp.
This parameter is used only in the 'Ramp' source type." design-time="1" enabled="1" id="ramp_slope" name="Slope" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
        </Parameters>
        <Inputs/>
        <Outputs>
          <Output catalog="base" class-id="image" description="Immagine" id="output_video_stream" inherited-id="" inplace-id="" name="Immagine"/>
        </Outputs>
        <PrivateData/>
      </Block>
      <Block active="1" catalog="FreeFrame" class-id="FreeFrame10Effect_EywFFSamplePlugin" id="86" label="Sample Plugin_1" log_info="2" run_level="1" sync-in_mode="1">
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Appearance.Pos">170;90</Property>
            <Property name="Private.ZOrder">3</Property>
            <Property name="Private.ObjID">4</Property>
            <Property name="Appearance.Size">48;48</Property>
            <Property name="Appearance.Orientation">1</Property>
            <Property name="Private.ExportedParams"></Property>
            <Property name="Private.Selected">0</Property>
            <Property name="Private.ParamsOrder">kernel::active_status;kernel::active_trigger;kernel::run_level;kernel::sync_in_mode;kernel::log_level;param1;parameterDisablePlugin</Property>
            <Property name="Private.FullPath">ImageAndVideo.FreeFramePlugins.Effects.Sample Plugin</Property>
            <Property name="DisplaySyncInVisible">0</Property>
            <Property name="DisplaySyncOutVisible">0</Property>
          </PropertySet>
        </Properties>
        <Parameters>
          <Parameter catalog="kernel" class-id="double" description="Standard parameter" design-time="1" enabled="1" id="param1" name="Value" run-time="1">
            <Value>0.5</Value>
            <Domain catalog="kernel" class-id="double-domain">0;1;1;1</Domain>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="bool" description="Disable the plugin" design-time="1" enabled="1" id="parameterDisablePlugin" name="Disable plugin" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
        </Parameters>
        <Inputs>
          <Input catalog="base" class-id="image" description="This is free frame plugin input number 1" id="input1" name="Input 1" read-write="0" required_for_execution="1" required_for_initialization="1">
            <RequiredInterfaces/>
          </Input>
        </Inputs>
        <Outputs>
          <Output catalog="base" class-id="image" description="This is the output of free frame plugin" id="output" inherited-id="" inplace-id="input1" name="Output"/>
        </Outputs>
        <PrivateData/>
      </Block>
      <Block active="1" catalog="system" class-id="image_display" id="122" label="DisplayDirectX_1" log_info="2" run_level="1" sync-in_mode="1" window_docked="1" window_fit_mode="1" window_full_screen="0" window_horizontal_scroll_pos="0" window_keep_aspect_ratio="1" window_rect_height="0" window_rect_width="0" window_rect_x="0" window_rect_y="0" window_refresh_rate_max_frequency="25" window_refresh_rate_min_interval="400000" window_refresh_rate_mode="0" window_title="DisplayDirectX" window_title_bar_visible="1" window_vertical_scroll_pos="0" window_zoom="1">
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Appearance.Pos">280;70</Property>
            <Property name="Private.ZOrder">1</Property>
            <Property name="Private.ObjID">7</Property>
            <Property name="Appearance.Size">116;91</Property>
            <Property name="Appearance.Orientation">1</Property>
            <Property name="Private.ExportedParams"></Property>
            <Property name="Private.Selected">0</Property>
            <Property name="Private.ParamsOrder">kernel::active_status;kernel::active_trigger;kernel::run_level;kernel::sync_in_mode;kernel::log_level;keep_aspect_ratio;filtering;delay;kernel::window_title;kernel::window_rect_x;kernel::window_rect_y;kernel::window_rect_width;kernel::window_rect_height;kernel::window_docked;kernel::window_full_screen;kernel::window_full_screen_monitor_index;kernel::window_zoom;kernel::window_keep_aspect_ratio;kernel::window_horizontal_scroll_pos;kernel::window_vertical_scroll_pos;kernel::window_title_visible;kernel::window_refresh_rate_mode;kernel::window_refresh_rate_min_interval;kernel::window_refresh_rate_max_frequency;kernel::fit_mode</Property>
            <Property name="Private.FullPath">ImageAndVideo.Output.DisplayDirectX</Property>
            <Property name="DisplaySyncInVisible">0</Property>
            <Property name="DisplaySyncOutVisible">0</Property>
          </PropertySet>
        </Properties>
        <Parameters>
          <Parameter catalog="kernel" class-id="bool" description="Specifies whether the aspect ratio is kept when the image has to be resized.
If true, the ratio is kepts adding black borders if needed, otherwise, the image is stretched to fill all the available space." design-time="1" enabled="1" id="keep_aspect_ratio" name="Keep Aspect ratio" run-time="1">
            <Value>0</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="int" description="Interpolation" design-time="1" enabled="1" id="filtering" name="Interpolation" run-time="1">
            <Value>2</Value>
            <Domain catalog="kernel" class-id="int-domain">0;1;5;2</Domain>
            <Layout catalog="kernel" class-id="combo">Point;Linear;Anisotropic;Pyramidal;Gaussian</Layout>
            <InitInfo/>
          </Parameter>
          <Parameter catalog="kernel" class-id="time" description="Delay" design-time="1" enabled="1" id="delay" name="Delay" run-time="1">
            <Value>400000</Value>
            <Domain/>
            <Layout/>
            <InitInfo/>
          </Parameter>
        </Parameters>
        <Inputs>
          <Input catalog="base" class-id="image" description="Image to be painted on the display. The I420, YV12 and HSV color spaces are not supported. the alpha channel is not supported on BW, YUYV, UYVY color spaces. " id="video_stream" name="Image" read-write="1" required_for_execution="1" required_for_initialization="1">
            <RequiredInterfaces/>
          </Input>
        </Inputs>
        <Outputs/>
        <PrivateData/>
      </Block>
    </Blocks>
    <PatchPins/>
    <SubpatchInputPins/>
    <SubpatchOutputPins/>
    <SubpatchParameterPins/>
    <CustomObjects/>
    <Links>
      <Link>
        <Pin block="16" id="output_video_stream" type="source"/>
        <Pin block="86" id="input1" target_type="input" type="target"/>
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Private.SrcPinDelta">0;0</Property>
            <Property name="Private.SrcPinNdx">-1</Property>
            <Property name="Private.DstPinDelta">0;0</Property>
            <Property name="Private.DstPinNdx">-1</Property>
            <Property name="Private.NumPins">0</Property>
            <Property name="Private.Selected">0</Property>
            <Property name="Private.ZOrder">2</Property>
            <Property name="Private.ObjID">5</Property>
          </PropertySet>
        </Properties>
      </Link>
      <Link>
        <Pin block="86" id="output" type="source"/>
        <Pin block="122" id="video_stream" target_type="input" type="target"/>
        <Properties>
          <PropertySet name="gui-mdi">
            <Property name="Private.SrcPinDelta">0;0</Property>
            <Property name="Private.SrcPinNdx">-1</Property>
            <Property name="Private.DstPinDelta">0;0</Property>
            <Property name="Private.DstPinNdx">-1</Property>
            <Property name="Private.NumPins">0</Property>
            <Property name="Private.Selected">0</Property>
            <Property name="Private.ZOrder">0</Property>
            <Property name="Private.ObjID">8</Property>
          </PropertySet>
        </Properties>
      </Link>
    </Links>
  </Patch>

</MainPatch>
