Addressable rgb

Viewing 20 posts - 21 through 40 (of 69 total)
  • Author
    Posts
  • #8980
    Vampirolatino2
    Participant
      @vampirolatino2

      Ohhhhhhhhhhhhhhhhh boy, I think I found the solution why the fucking shit wasn’t reading the global shit…. shit!

      It’s because it is ONLY accepting/looking for GlobalConfig_B2SServer that name. If I change it to GlobalConfig_whatever it doesn’t work. So there ya go, a nice bug from DOF R3. the * isn’t working AT ALL. Something is embedded in the program to look for that specific file name….?

      And I think James problem is around this (the bold part):

      <LedStrip>
      <Name>Sideboard Left</Name>
      <Width>1</Width>
      <Height>151</Height>
      <LedStripArrangement>RightLeftTopDown</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>881</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>WS2811Controller</OutputControllerName>
      </LedStrip>

      <LedStrip>
      <Name>Sideboard Right</Name>
      <Width>1</Width>
      <Height>151</Height>
      <LedStripArrangement>LeftRightBottomUp</LedStripArrangement>
      <ColorOrder>GRB</ColorOrder>
      <FirstLedNumber>1</FirstLedNumber>
      <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
      <OutputControllerName>WS2811Controller</OutputControllerName>
      </LedStrip>

      #8982
      Vampirolatino2
      Participant
        @vampirolatino2

        Did a quick and dirty test and FINALLY I GOT IT WORKING! :yahoo:

        Tomorrow I will clean my cabinet.xml and tailor it to my setup. Do a final test and post results. James, don’t worry I will try to help you, yours is more easy than what I was dealing with. Sigh … finally … light at the end of the tunnel … see what I did there? lol :P

        #8983
        James K
        Participant
          @hiljak

          Glad you got it going! Spending hours hunched over a cab troubleshooting something can be maddening! I think you are right that my problem is still something in my cabinet.xml file. I switches LED strips and the second strip works fine in the first strip’s position. Maybe I’ll try adding the second strip to another port on the teensy instead of daisy chaining the two.

          I did, however, receive this and got it going B-) Need to figure out a decent mounting setup to my DMD grill.

          #9008
          Vampirolatino2
          Participant
            @vampirolatino2

            Thanks James! Yes… hunting down a problem is crazy. But I think you can daisy chain them no problem at all.
            I will upload a customized cabinet file for you to test.

            Edit: attached file

            Try it and let me know. You should have the start from right to left all sorted out now. Remember that the strip goes: Start bottom right side and the end is bottom left side. Making like a horse shoe.

            Attachments:
            #9456
            James K
            Participant
              @hiljak

              I tried the updated cabinet.xml and still only one strip works. If I connect the other strip in the first position, it also works. I went ahead and doublechecked all the solder points and everything is good. I have configuration issue still I believe. Any other ideas?

              #9467
              Vampirolatino2
              Participant
                @vampirolatino2

                Now that I have a little more understanding of the concept behind how it works. I have more confident thatwe can solver this.

                If you are sure it isn’t hardware. Then we can move on to the software part.
                Question:
                How many leds in total you have?
                How is the placement?
                Where the data start?
                Example:
                720 leds in total
                144 in the right
                432 in the back
                144 in the left
                Data start at right side of ledstrip all the way to the end of the left side.

                Then post your cabinet.xml again and…
                With this information from you, I can see what is wrong in your cabinet.xml

                :good:

                #9468
                Vampirolatino2
                Participant
                  @vampirolatino2

                  A quick overview of your old cabinet file you posted and I can already see that you are using the wrong direction of <LedStripArrangement></LedStripArrangement>
                  If your data for example Start at PF Right, you use: <LedStripArrangement>LeftRightBottomUp</LedStripArrangement>
                  But if is the same data coming down to the Left side, then you use <LedStripArrangement>RightLeftTopDown</LedStripArrangement>

                  Picture it like this: If you see it in front of you you see the right side like this >>>>>>>>>>>
                  So it mean the data flow from left to right, and you want to use it as a side? Then is Bottom Up

                  And the left side is like this <<<<<<<<<<<
                  So it mean the data flow from right to left, and you want to use it as a side? Then it flows Top Down

                  Here you can see and play with them: http://pinball.weilenmann.net/docu/DirectOutputWIP/toy_builtin.html#DirectOutput_Cab_Toys_Hardware_LedStrip_LedStripArrangement

                  #79010
                  uncels
                  Participant
                    @uncels

                    Did any of you tried this with an ESP8266  (Arduino) ?

                    I’m waiting for parts, to have it running.

                    #134821
                    bubba70
                    Participant
                      @bubba70

                      Hello I’m in the process of building my first cab. I got all my leds to work in the basic test mode. Now when I try to start a table the teensy acts likes its gonna start then nothing but one corner led on the matrix will light solid blue. It sounds similar to some of the problems earlier in this thread but I have read through this thing 20 times and still cant get them going. I have playfield rh and lh with 144 strips and the back matrix with one pre made 8×32 also hooked to 2 8×8 matrix. I have them running off the teensy with cat 6 rh on orange lh on blue matrix on green. Here are my xml files hopefully you guys might see something. Any help is greatly appreciated.

                       

                      Attachments:
                      #134823
                      bubba70
                      Participant
                        @bubba70

                        Here is my log too maybe someone will see something.

                        Attachments:
                        #174816
                        goodGRIEFF76
                        Participant
                          @goodgrieff76
                          Member

                          @bubba70 Did you end up figuring it out, as I’m running into the exact same problem you are right now.  I”m running the same setup as well.  teensy 3.2 on Octo2811.  Works with Basic Test, but I get no feedback with any table.  My LedWiz lights work, but my teensy ones do not.

                          #174823
                          outhere
                          Moderator
                            @outhere
                            MemberContributorvipModerator

                            Post pictures of your DirectOutput and config folder

                            #174839
                            goodGRIEFF76
                            Participant
                              @goodgrieff76
                              Member

                              Here are screenshots of those two folder structures.

                               

                              configDirectOutput

                              #174847
                              outhere
                              Moderator
                                @outhere
                                MemberContributorvipModerator

                                Post  your GlobalConfig_B2SServer.xml and cabinet.xml file

                                #174852
                                goodGRIEFF76
                                Participant
                                  @goodgrieff76
                                  Member

                                  Won’t allow me to attach xml files.  So here is the code.

                                   

                                  CABINET

                                  <?xml version=”1.0″?>
                                  <Cabinet xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
                                  <Name>goodGRIEFF76</Name>
                                  <OutputControllers>

                                  <TeensyStripController>
                                  <Name>LedStripController</Name>
                                  <NumberOfLedsStrip1>544</NumberOfLedsStrip1>
                                  <NumberOfLedsStrip2>0</NumberOfLedsStrip2>
                                  <NumberOfLedsStrip3>0</NumberOfLedsStrip3>
                                  <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
                                  <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
                                  <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
                                  <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
                                  <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
                                  <ComPortName>COM3</ComPortName>
                                  </TeensyStripController>

                                  </OutputControllers>

                                  <Toys>

                                  <LedStrip>
                                  <Name>Sideboard Right</Name>
                                  <Width>1</Width>
                                  <Height>144</Height>
                                  <LedStripArrangement>BottomUpRightLeft</LedStripArrangement>
                                  <ColorOrder>GRB</ColorOrder>
                                  <FirstLedNumber>1</FirstLedNumber>
                                  <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                                  <OutputControllerName>LedStripController</OutputControllerName>
                                  </LedStrip>

                                  <LedStrip>
                                  <Name>BackBoard</Name>
                                  <Width>32</Width>
                                  <Height>8</Height>
                                  <LedStripArrangement>BottomUpAlternateRightLeft</LedStripArrangement>
                                  <ColorOrder>GRB</ColorOrder>
                                  <FirstLedNumber>145</FirstLedNumber>
                                  <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                                  <OutputControllerName>LedStripController</OutputControllerName>
                                  </LedStrip>

                                  <LedStrip>
                                  <Name>Sideboard Left</Name>
                                  <Width>1</Width>
                                  <Height>144</Height>
                                  <LedStripArrangement>TopDownLeftRight</LedStripArrangement>
                                  <ColorOrder>GRB</ColorOrder>
                                  <FirstLedNumber>401</FirstLedNumber>
                                  <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
                                  <OutputControllerName>LedStripController</OutputControllerName>
                                  </LedStrip>

                                  <LedWizEquivalent>

                                  <Name>LedWizEquivalent 30</Name>
                                  <Outputs>

                                  <LedWizEquivalentOutput>
                                  <OutputName>Sideboard Right</OutputName>
                                  <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
                                  </LedWizEquivalentOutput>

                                  <LedWizEquivalentOutput>
                                  <OutputName>BackBoard</OutputName>
                                  <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
                                  </LedWizEquivalentOutput>

                                  <LedWizEquivalentOutput>
                                  <OutputName>Sideboard Left</OutputName>
                                  <LedWizEquivalentOutputNumber>7</LedWizEquivalentOutputNumber>
                                  </LedWizEquivalentOutput>

                                  </Outputs>
                                  <LedWizNumber>30</LedWizNumber>
                                  </LedWizEquivalent>

                                  </Toys>

                                  </Cabinet>

                                   

                                   

                                   

                                   

                                  GLOBAL

                                  <?xml version=”1.0″ encoding=”utf-8″?>
                                  <!–Global configuration for the DirectOutput framework.–>
                                  <!–Saved by DirectOutput Version 3.1.7011.27968: 2020-04-15 17-06-31–>
                                  <GlobalConfig>
                                  <LedWizDefaultMinCommandIntervalMs>10</LedWizDefaultMinCommandIntervalMs>
                                  <LedControlMinimumEffectDurationMs>60</LedControlMinimumEffectDurationMs>
                                  <LedControlMinimumRGBEffectDurationMs>120</LedControlMinimumRGBEffectDurationMs>
                                  <PacLedDefaultMinCommandIntervalMs>10</PacLedDefaultMinCommandIntervalMs>
                                  <IniFilesPath />
                                  <CabinetConfigFilePattern>F:\DirectOutput\config\Cabinet.xml</CabinetConfigFilePattern>
                                  <TableConfigFilePatterns />
                                  <EnableLogging>true</EnableLogging>
                                  <ClearLogOnSessionStart>true</ClearLogOnSessionStart>
                                  <LogFilePattern>.\DirectOutput.log</LogFilePattern>
                                  </GlobalConfig>

                                  #174857
                                  outhere
                                  Moderator
                                    @outhere
                                    MemberContributorvipModerator

                                    What I would try is adjust your cabinet file For one strip unplug the others and see if it will work
                                    I read in a post somewhere that if you Put the matrix at the end of the Daisy string it should work.
                                    But I have not tested this theory
                                    I used a separate port wire and for each set of lights

                                    #174859
                                    outhere
                                    Moderator
                                      @outhere
                                      MemberContributorvipModerator

                                      If that does not work post your DirectOutput.log

                                      #174875
                                      goodGRIEFF76
                                      Participant
                                        @goodgrieff76
                                        Member

                                        So that didn’t work out.   Here is the log file, but it seems as though it hasn’t logged anything in the past 5 days which doesn’t seem right as I’ve been trying to figure this out for the past 5 days.

                                         

                                         

                                        ———————————————————————————
                                        DirectOutput Version 3.1.7011.27968, built 2019.03.13 15:32
                                        MJR Grander Unified DOF R3++ edition feat. Djrobx, Rambo3, and Freezy
                                        DOF created by SwissLizard | https://github.com/mjrgh/DirectOutput
                                        2020.04.18 16:10:12.579 DirectOutput Logger initialized
                                        2020.04.18 16:10:12.556 Finishing framework
                                        2020.04.18 16:10:12.558 Finishing cabinet
                                        2020.04.18 16:10:12.558 Debug: Finishing output controllers
                                        2020.04.18 16:10:12.558 Debug: Output controllers finished
                                        2020.04.18 16:10:12.558 Cabinet finished
                                        2020.04.18 16:10:12.558 DirectOutput framework finished.
                                        2020.04.18 16:10:12.558 Bye and thanks for using!
                                        2020.04.18 16:10:12.561 Global config filename is “F:\DirectOutput\config\GlobalConfig_b2SServer.xml”
                                        2020.04.18 16:10:12.579 Global config loaded from: F:\DirectOutput\config\GlobalConfig_b2SServer.xml
                                        2020.04.18 16:10:12.580 Loading Pinball parts
                                        2020.04.18 16:10:12.580 Loading cabinet
                                        2020.04.18 16:10:12.581 Will load cabinet config file: F:\DirectOutput\config\Cabinet.xml
                                        2020.04.18 16:10:13.072 1 output controller defnitions and 4 toy definitions loaded from cabinet config.
                                        2020.04.18 16:10:13.072 Cabinet config file has AutoConfig feature enabled. Calling AutoConfig.
                                        2020.04.18 16:10:13.073 Cabinet auto configuration started
                                        2020.04.18 16:10:13.175 PhilipsHueAutoConfigurator.AutoConfig started…note, actual connection detection will happen asynchronously, and device disabled if not succesfull (check further down in the log)
                                        2020.04.18 16:10:13.201 LedWiz-like device at VID=64250, PID=240, product string=LED-Wiz, manufacturer string=GGG
                                        2020.04.18 16:10:13.201 HID caps: usage page=12, usage=1, number of link collection nodes=1, output report byte length=9
                                        2020.04.18 16:10:13.224 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
                                        2020.04.18 16:10:13.247 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
                                        2020.04.18 16:10:13.269 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
                                        2020.04.18 16:10:13.290 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
                                        2020.04.18 16:10:13.313 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
                                        2020.04.18 16:10:13.335 LedWiz-like device at VID=1133, PID=50475, product string=USB Receiver, manufacturer string=Logitech
                                        2020.04.18 16:10:13.338 Opening 32-bit LedWiz driver…
                                        2020.04.18 16:10:13.339 Detected and added LedWiz Nr. 1 with name LedWiz 01
                                        2020.04.18 16:10:13.339 Added LedwizEquivalent Nr. 1 with name LedWiz 01 Equivalent for Ledwiz Nr. 1
                                        2020.04.18 16:10:13.343 Cabinet auto configuration finished
                                        2020.04.18 16:10:13.343 Autoconfig complete.
                                        2020.04.18 16:10:13.343 Cabinet config loaded successfully from F:\DirectOutput\config\Cabinet.xml
                                        2020.04.18 16:10:13.343 Cabinet loaded
                                        2020.04.18 16:10:13.343 Loading table config
                                        2020.04.18 16:10:13.343 No TableFilename specified, will use empty tableconfig
                                        2020.04.18 16:10:13.343 Will try to load configs from DirectOutput.ini or LedControl.ini file(s) for RomName doflinx
                                        2020.04.18 16:10:13.345 Loading LedControl file F:\DirectOutput\config\directoutputconfig.ini
                                        2020.04.18 16:10:13.349 Min DOF Version is 0.8 for file directoutputconfig.ini
                                        2020.04.18 16:10:13.495 Loading LedControl file F:\DirectOutput\config\directoutputconfig30.ini
                                        2020.04.18 16:10:13.508 Min DOF Version is 0.8 for file directoutputconfig30.ini
                                        2020.04.18 16:10:13.768 Failed: YELLOW
                                        2020.04.18 16:10:13.768 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT10 AW100 AH8 L3.
                                        2020.04.18 16:10:13.768 EXCEPTION: Could not parse setting Yellow AL0 AT10 AW100 AH8 L3 in column data W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                                        2020.04.18 16:10:13.769 EXCEPTION: Thread:
                                        2020.04.18 16:10:13.769 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT10 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                                        2020.04.18 16:10:13.771 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                                        2020.04.18 16:10:13.771 Failed: YELLOW
                                        2020.04.18 16:10:13.771 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT40 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Could not parse setting Yellow AL0 AT40 AW100 AH8 L3 in column data W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Thread:
                                        2020.04.18 16:10:13.771 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT40 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                                        2020.04.18 16:10:13.771 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                                        2020.04.18 16:10:13.771 Failed: YELLOW
                                        2020.04.18 16:10:13.771 Warning: Cant parse the trigger part YELLOW of the ledcontrol table config setting Yellow AL0 AT80 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Could not parse setting Yellow AL0 AT80 AW100 AH8 L3 in column data W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Thread:
                                        2020.04.18 16:10:13.771 EXCEPTION: Message: Exception –> Cant parse the part YELLOW of the ledcontrol table config setting Yellow AL0 AT80 AW100 AH8 L3.
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting.ParseSettingData(String SettingData)
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigSetting..ctor(String SettingData)
                                        2020.04.18 16:10:13.771 EXCEPTION: Stacktrace: at DirectOutput.LedControl.Loader.TableConfigColumn.ParseColumnData(String ColumnData, Boolean ThrowExceptions)
                                        2020.04.18 16:10:13.771 EXCEPTION: Targetsite: Void ParseSettingData(System.String)
                                        2020.04.18 16:10:13.771 Warning: Previous exceptions occured in the line dm,W43 Blue 10 AT0 AL0 AH20 AW40 AS400 ADL L25/W43 Blue 10 AT0 AL60 AH20 AW40 AS400 ADR L25/W43 Blue 10 AT80 AL0 AH20 AW40 AS400 ADL L25/W43 Blue 10 AT80 AL60 AH20 AW40 AS400 ADR L25/W45 Red 10 AT20 AL0 AH20 AW38 AS400 ADL L25/W45 Red 10 AT20 AL62 AH20 AW38 AS400 ADR L25/W45 Red 10 AT60 AL0 AH20 AW38 AS400 ADL L25/W45 Red 10 AT60 AL62 AH20 AW38 AS400 ADR L25/W44 Green 10 AT40 AL0 AH20 AW35 AS400 ADL L26/W44 Green 10 AT40 AL65 AH20 AW35 AS400 ADR L26/W44 Green 10 AT40 AL0 AH20 AW35 AS400 ADL L26/W44 Green 10 AT40 AL65 AH20 AW35 AS400 ADR L26/W43|W44|W45 Navy AL42 AW16 AT0 AH100 SHPCircle3 L2/W77 Red AT0 AH15 AL0 AW100 ASDL ASS200 BLINK 490 BPW15 F50 L-19/W77 Red AT85 AH15 AL0 AW100 ASDR ASS200 BLINK 490 BPW15 F50 L-19/W63|W64|W65 Light_blue AH100 AL0 AT0 AW20 SHPPointPlop/W63|W64|W65 Light_blue AH100 AL80 AT0 AW20 SHPPointPlop/W73 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71|W72|S7|W87 Orange_red FD400 AL0 AW50 AH100 ADL AS300/W71|W72|S7|W87 Orange_red FD400 AL50 AW50 AH100 ADR AS300/W71|W72|S7|W87 Orange_red W200 FD400 AL0 AW50 AH100 ADL AS300/W71|W72|S7|W87 Orange_red W200 FD400 AL50 AW50 AH100 ADR AS300/W71|W72|S7|W87 White W300 AH100 AL0 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W150 AH100 AL20 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White AH100 AL40 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W150 AH100 AL60 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W71|W72|S7|W87 White W300 AH100 AL80 AT0 AW20 FD600 AFDEN20 AFMIN100 AFMAX140 500/W53|S2 Purple L4 AT0 APCBlue/W53|S2 White L5 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W66 Dark_violet L11 AT0 AH20 F50 BLINK BPW10 ASDL/W66 Blue L12 AT0 AH20 F50 BLINK BPW10 ASDL W500/W66 Dark_violet L11 AT80 AH20 F50 BLINK BPW10 ASDR/W66 Blue L12 AT80 AH20 F50 BLINK BPW10 ASDR W500/W66 White L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W56|W57|W58|W38|W78 Yellow 200 Blink BPW30 AL40 AW20 AS400 ADU/W55|W46 Blue 100 AL30 AT80 AH20 AW70 AS400 ADR L25/W55|W61|W51 Blue 100 AL0 AT80 AH20 AW70 AS400 ADL L2/S18 Aqua 2000 4 AL20 AT0 AH100 AW10 SHPLetterC L1/S18 Aqua 2000 4 AL35 AT0 AH100 AW10 SHPLetterR L1/S18 Aqua 2000 4 AL50 AT0 AH100 AW10 SHPLetterY L1/S18 Aqua 2000 4 AL65 AT0 AH100 AW10 SHPLetterO L1/S18 White 2000 4 W250 AL20 AT0 AH100 AW10 SHPLetterC L2/S18 White 2000 4 W250 AL35 AT0 AH100 AW10 SHPLetterL L2/S18 White 2000 4 W250 AL50 AT0 AH100 AW10 SHPLetterA L2/S18 White 2000 4 W250 AL65 AT0 AH100 AW10 SHPLetterW L2/W81 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterC L3/W81 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterA L3/W81 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterT L3/W81 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterC L3/W81 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterH L3/W81 Red 1000 2 W250 AH100 AL0 AT0 AW14 SHPLetterS L4/W81 Red 1000 2 W250 AH100 AL20 AT0 AW14 SHPLetterI L4/W81 Red 1000 2 W250 AH100 AL40 AT0 AW14 SHPLetterM L4/W81 Red 1000 2 W250 AH100 AL60 AT0 AW14 SHPLetterO L4/W81 Red 1000 2 W250 AH100 AL80 AT0 AW14 SHPLetterN L4/W82 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterS L3/W82 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterU L3/W82 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterP L3/W82 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterE L3/W82 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterR L3/W82 Red 1000 2 W250 AL20 AT0 AH100 AW10 SHPLetterJ L4/W82 Red 1000 2 W250 AL35 AT0 AH100 AW10 SHPLetterE L4/W82 Red 1000 2 W250 AL50 AT0 AH100 AW10 SHPLetterT L4/W82 Red 1000 2 W250 AL65 AT0 AH100 AW10 SHPLetterS L4/W83 Red 1000 2 AL5 AT0 AH100 AW10 SHPLetterP L3/W83 Red 1000 2 AL20 AT0 AH100 AW10 SHPLetterR L3/W83 Red 1000 2 AL35 AT0 AH100 AW10 SHPLetterI L3/W83 Red 1000 2 AL50 AT0 AH100 AW10 SHPLetterS L3/W83 Red 1000 2 AL65 AT0 AH100 AW10 SHPLetterO L3/W83 Red 1000 2 AL80 AT0 AH100 AW10 SHPLetterN L3/W83 Red 1000 2 W250 AH100 AL0 AT0 AW14 SHPLetterB L4/W83 Red 1000 2 W250 AH100 AL20 AT0 AW14 SHPLetterR L4/W83 Red 1000 2 W250 AH100 AL40 AT0 AW14 SHPLetterE L4/W83 Red 1000 2 W250 AH100 AL60 AT0 AW14 SHPLetterA L4/W83 Red 1000 2 W250 AH100 AL80 AT0 AW14 SHPLetterK L4/W84 Red 1000 2 AL20 AT0 AH100 AW10 SHPLetterB L3/W84 Red 1000 2 AL35 AT0 AH100 AW10 SHPLetterA L3/W84 Red 1000 2 AL50 AT0 AH100 AW10 SHPLetterL L3/W84 Red 1000 2 AL65 AT0 AH100 AW10 SHPLetterL L3/W84 Red 1000 2 W250 AL5 AT0 AH100 AW10 SHPLetterF L4/W84 Red 1000 2 W250 AL20 AT0 AH100 AW10 SHPLetterR L4/W84 Red 1000 2 W250 AL35 AT0 AH100 AW10 SHPLetterO L4/W84 Red 1000 2 W250 AL50 AT0 AH100 AW10 SHPLetterZ L4/W84 Red 1000 2 W250 AL65 AT0 AH100 AW10 SHPLetterE L3/W84 Red 1000 2 W250 AL80 AT0 AH100 AW10 SHPLetterN L4/W85 Red 1000 2 AH100 AL0 AT0 AW14 SHPLetterA L3/W85 Red 1000 2 AH100 AL20 AT0 AW14 SHPLetterC L3/W85 Red 1000 2 AH100 AL40 AT0 AW14 SHPLetterM L3/W85 Red 1000 2 AH100 AL60 AT0 AW14 SHPLetterA L3/W85 Red 1000 2 AH100 AL80 AT0 AW14 SHPLetterG L3/S18|W38|W58|W57|W56|W78 White AH30 AL0 AT0 AW9 SHPCircle3 500 L0/S18|W38|W58|W57|W56|W78 White AH30 AL91 AT0 AW9 SHPCircle3 500 L0/ON Red AT0 AL0 AW100 AH100,W42 Aqua 50 AH100 ADU AS300/W18 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W17 Blue 100 AT80 AH20 ADD AS300/W27 Navy AT72 AH15 F200 ADU AS200 BLINK 1000 BPW20/W27 Navy AT72 AH15 F200 ADD AS200 BLINK 1000 BPW20 W500/W27 Aqua L0 APCRed AL0 AW100 AT85 AH15/W48 Aqua 50 AH100 ADU AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W57|W58|W38 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W57|W58|W38 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W47 Blue 100 W300 AH80 ADD AS300 L25/W38 Yellow AL0 AT40 AW100 AH8 L3,W41 Aqua 50 AH100 ADU AS300/W15 Red 700 AT85 AH15 AFDEN40 AFMIN100 AFMAX160/W16 Blue 100 AT80 AH20 ADD AS300/S19|S20 White L13 AT0 AFDEN15 AFMIN10 AFMAX20/W73|W72 Dark_violet L13 AT0 AFDEN8 AFMIN150 AFMAX250 AFFADE150/W71 Red 60 AW100 AH100 ADD AS300/W81|W82|W83|W84|W85 Red M50 MAX50 AH100 ADU AS300/W66 Dark_violet 80 AT40 AL0 AH10 AW100 AS400 ADU L25/W66 Dark_violet 80 AT50 AL0 AH10 AW100 AS400 ADD L25/W78 Yellow 40 AT40 AL0 AH10 AW100 AS400 ADU L25/W78 Yellow 40 AT50 AL0 AH10 AW100 AS400 ADD L25/W52|W62 Blue 100 W300 AH80 ADD AS300 L25/ Yellow AL0 AT10 AW100 AH8 L3/ Yellow AL0 AT40 AW100 AH8 L3/ Yellow AL0 AT80 AW100 AH8 L3 of the ledcontrol file
                                        2020.04.18 16:10:14.608 2 directoutputconfig.ini or ledcontrol.ini files loaded.
                                        2020.04.18 16:10:14.609 Config for RomName doflinx exists in LedControl data. Updating cabinet and config.
                                        2020.04.18 16:10:14.623 Debug: Setting up shape effect for area. L: 0, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.629 Debug: Setting up shape effect for area. L: 15, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.630 Debug: Setting up shape effect for area. L: 30, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.630 Debug: Setting up shape effect for area. L: 45, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.630 Debug: Setting up shape effect for area. L: 60, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.630 Debug: Setting up shape effect for area. L: 72, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.630 Debug: Setting up shape effect for area. L: 90, T: 0, W: 10, H: 100
                                        2020.04.18 16:10:14.632 Debug: Setting up shape effect for area. L: 0, T: 0, W: 9, H: 30
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 91, T: 0, W: 9, H: 30
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 28, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 43, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 48, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 63, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 0, T: 0, W: 100, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 65, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 0, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 15, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.633 Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.634 Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.634 Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.634 Debug: Setting up shape effect for area. L: 30, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.634 Debug: Setting up shape effect for area. L: 45, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.634 Debug: Setting up shape effect for area. L: 60, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.634 Debug: Setting up shape effect for area. L: 75, T: 0, W: 15, H: 100
                                        2020.04.18 16:10:14.635 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.635 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.636 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.636 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.636 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.636 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.637 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.638 Debug: Setting up shape effect for area. L: 42, T: 0, W: 16, H: 100
                                        2020.04.18 16:10:14.638 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.638 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.638 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.638 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.638 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.639 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.640 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.641 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.642 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.643 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.644 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.645 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.646 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.647 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.648 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.649 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.650 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.651 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.652 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.653 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.654 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.655 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.655 Debug: Setting up shape effect for area. L: 0, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.655 Debug: Setting up shape effect for area. L: 20, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.655 Debug: Setting up shape effect for area. L: 40, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.655 Debug: Setting up shape effect for area. L: 60, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.655 Debug: Setting up shape effect for area. L: 80, T: 0, W: 20, H: 100
                                        2020.04.18 16:10:14.656 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.656 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.656 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.656 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.656 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.657 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.658 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.659 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.660 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.661 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.662 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.662 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.662 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 0, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 20, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 40, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 60, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.663 Debug: Setting up shape effect for area. L: 80, T: 0, W: 19, H: 100
                                        2020.04.18 16:10:14.671 Table config loading finished: romname=doflinx, tablename=doflinx
                                        2020.04.18 16:10:14.672 Pinball parts loaded
                                        2020.04.18 16:10:14.672 Starting processes
                                        2020.04.18 16:10:14.673 Initializing cabinet
                                        2020.04.18 16:10:14.673 Debug: Initializing output controllers
                                        2020.04.18 16:10:14.732 TeensyStripController LedStripController intialized and updater thread started.
                                        2020.04.18 16:10:14.732 Debug: Initializing LedWiz Nr. 01
                                        2020.04.18 16:10:14.734 TeensyStripController LedStripController updater thread started.
                                        2020.04.18 16:10:14.734 LedWiz Nr. 01 initialized and updater thread initialized.
                                        2020.04.18 16:10:14.734 Debug: Output controllers initialized
                                        2020.04.18 16:10:14.735 Updater thread for LedWiz 01 started.
                                        2020.04.18 16:10:14.739 Cabinet initialized
                                        2020.04.18 16:10:14.742 Loading shape definition file: F:\DirectOutput\config\DirectOutputShapes.xml
                                        2020.04.18 16:10:14.788 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:3, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.791 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:3, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.812 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:8, BML: 281, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.814 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:8, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.814 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:8, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.815 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 369, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.815 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:12, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.815 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:12, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.815 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:8, BML: 297, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.815 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:17, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.815 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:17, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.815 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:8, BML: 345, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.815 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:22, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.815 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:22, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.815 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:8, BML: 321, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.816 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:72, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 23, Top:0, Right:26, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.816 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:72, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 23, Top:0, Right:26, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.816 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:8, BML: 361, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.816 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:90, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 28, Top:0, Right:31, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.816 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:90, T:0, W:10, H:100), Matrix(W:8, H:32), ResultArea(Left: 28, Top:0, Right:31, Bottom:7, Width:4, Height:8)
                                        2020.04.18 16:10:14.816 Debug: BitmapEffectBase. Grabbing image clip: W: 4, H:8, BML: 441, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.816 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:16, Bottom:0, Width:17, Height:1)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:16, Bottom:7, Width:17, Height:1)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 16, Top:0, Right:31, Bottom:0, Width:16, Height:1)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:90, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 16, Top:7, Right:31, Bottom:7, Width:16, Height:1)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:18, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:1, Right:16, Bottom:2, Width:17, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:5, Right:16, Bottom:6, Width:17, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:18, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 16, Top:1, Right:31, Bottom:2, Width:16, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:72, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 16, Top:5, Right:31, Bottom:6, Width:16, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:36, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:2, Right:16, Bottom:3, Width:17, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:44, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:16, Bottom:4, Width:17, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:36, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 16, Top:2, Right:31, Bottom:3, Width:16, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:44, W:50, H:10), Matrix(W:8, H:32), ResultArea(Left: 16, Top:3, Right:31, Bottom:4, Width:16, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:2, Bottom:2, Width:3, Height:3)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:9, H:30), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:2, Bottom:2, Width:3, Height:3)
                                        2020.04.18 16:10:14.817 Debug: BitmapEffectBase. Grabbing image clip: W: 3, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:32), ResultArea(Left: 29, Top:0, Right:31, Bottom:2, Width:3, Height:3)
                                        2020.04.18 16:10:14.817 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:91, T:0, W:9, H:30), Matrix(W:8, H:32), ResultArea(Left: 29, Top:0, Right:31, Bottom:2, Width:3, Height:3)
                                        2020.04.18 16:10:14.817 Debug: BitmapEffectBase. Grabbing image clip: W: 3, H:3, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.818 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.821 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.822 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 32, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:30, T:0, W:40, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:22, Bottom:7, Width:14, Height:8)
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 8, Top:0, Right:13, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:28, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 8, Top:0, Right:13, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.823 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 409, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:43, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.823 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:43, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.824 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 321, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.824 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:48, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 15, Top:0, Right:20, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.824 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:48, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 15, Top:0, Right:20, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.824 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 345, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.824 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:63, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 20, Top:0, Right:24, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.824 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:63, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 20, Top:0, Right:24, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.824 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 409, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.825 Debug: MatrixBase for RGBAMatrixShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.825 Debug: MatrixBase for RGBAMatrixBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.826 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 32, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.826 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:9, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.826 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:9, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.826 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 265, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 289, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 305, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:65, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 20, Top:0, Right:25, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:65, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 20, Top:0, Right:25, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 321, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.827 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 361, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:9, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.827 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:9, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 401, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 409, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 257, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:24, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:24, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.828 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 393, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.828 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.829 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 409, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:4, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:4, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.829 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 273, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:9, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:15, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 4, Top:0, Right:9, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 393, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 289, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 281, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:24, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.829 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:24, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.830 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 321, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.830 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 409, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:30, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 9, Top:0, Right:14, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.830 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 273, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:45, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 14, Top:0, Right:19, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.830 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 369, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:24, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.830 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:24, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.831 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 321, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:75, T:0, W:15, H:100), Matrix(W:8, H:32), ResultArea(Left: 24, Top:0, Right:28, Bottom:7, Width:5, Height:8)
                                        2020.04.18 16:10:14.831 Debug: BitmapEffectBase. Grabbing image clip: W: 5, H:8, BML: 361, BMT: 254, BMW: 7, BMH: 7
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.831 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.832 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.832 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.833 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.833 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.833 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.833 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.834 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.834 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.834 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:12, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:0, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:31, Bottom:0, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:7, Right:12, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:60, T:90, W:40, H:10), Matrix(W:8, H:32), ResultArea(Left: 19, Top:7, Right:31, Bottom:7, Width:13, Height:1)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 0, Top:3, Right:11, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:65, T:40, W:35, H:10), Matrix(W:8, H:32), ResultArea(Left: 20, Top:3, Right:31, Bottom:4, Width:12, Height:2)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.834 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:42, T:0, W:16, H:100), Matrix(W:8, H:32), ResultArea(Left: 13, Top:0, Right:18, Bottom:7, Width:6, Height:8)
                                        2020.04.18 16:10:14.835 Debug: BitmapEffectBase. Grabbing image clip: W: 6, H:8, BML: 35, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.835 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.836 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.836 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.836 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.836 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.837 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.837 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.837 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.837 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.837 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.838 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.838 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.838 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.839 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.839 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.839 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.840 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.840 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.840 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.841 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.841 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.841 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.841 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.841 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.841 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.842 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.842 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.842 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.843 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.843 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.843 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.844 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.844 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.844 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.844 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.845 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.845 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.845 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.846 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.846 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.846 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.847 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.847 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.847 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.847 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.847 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.848 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.848 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.848 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.849 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.849 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.849 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.849 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.850 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.850 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.850 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.851 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.851 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.853 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.853 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.853 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.854 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.854 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.854 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.855 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.855 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.855 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.855 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.856 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.856 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.856 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.857 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.857 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.857 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.857 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.857 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.858 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.858 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.858 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.859 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.859 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.859 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.860 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.860 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.860 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.860 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.861 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.861 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.861 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.861 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.862 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.862 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.862 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.862 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.863 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.863 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.863 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.864 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.864 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.864 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.865 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.865 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.865 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.865 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.866 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.866 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.866 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.866 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.866 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.867 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.867 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.867 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.868 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.868 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.868 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.869 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.869 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.869 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.870 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:14.870 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.870 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.870 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.871 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.871 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.871 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.871 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.871 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.872 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.872 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.872 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.873 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.873 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.873 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.873 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.874 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.874 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.874 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.874 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.875 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.875 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.875 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.875 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.876 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.876 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.876 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.877 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.877 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.877 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.877 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.878 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.878 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.878 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.878 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.878 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.879 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.879 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.879 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.880 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.880 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.880 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.880 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.881 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.881 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.881 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.881 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.881 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.882 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.882 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.882 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.883 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.883 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.883 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.883 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.884 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.884 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.884 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.884 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.885 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.885 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.885 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.885 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.886 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.886 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.886 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.887 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.887 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.887 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.887 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.888 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.888 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.888 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.888 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.888 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.889 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.889 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.889 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.890 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.890 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.890 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.890 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.891 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.891 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.891 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.891 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.891 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.892 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.892 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.892 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.893 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.893 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.893 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.893 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.894 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.894 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.894 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.894 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.894 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.895 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.895 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.895 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.896 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.896 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.896 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.897 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.897 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.897 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.897 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.898 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.898 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.898 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.898 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.898 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.899 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.899 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.899 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.900 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.900 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.900 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.900 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:14.901 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.901 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.901 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.902 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.902 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.903 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.903 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.903 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.904 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.905 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.905 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.906 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.906 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.906 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.907 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.908 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.908 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.909 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.909 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.909 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.910 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.910 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.910 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.911 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.912 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.912 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.913 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.913 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.913 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.914 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.914 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.915 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.916 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.916 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.916 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.917 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.917 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.917 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.918 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.919 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.919 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.920 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.920 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.920 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.921 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.921 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.921 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.924 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.924 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.924 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.925 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.926 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.926 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.927 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.927 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.927 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.928 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.928 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.929 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.929 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.930 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.930 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.931 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.931 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.931 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.932 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.932 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.932 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.934 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.934 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.934 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.935 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.935 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.935 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.936 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.937 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.937 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.938 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.938 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.938 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.939 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.940 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.940 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.940 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.941 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.941 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.942 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.942 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.942 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.943 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.944 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.944 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.945 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.945 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.945 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.946 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.946 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.946 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.947 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.948 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.948 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.949 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.949 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.949 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.950 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.950 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.950 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.951 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.953 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.953 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.953 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.953 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.953 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.954 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.954 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.954 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.956 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.956 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.956 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.958 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:14.958 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.958 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.958 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.958 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.958 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.959 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.959 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.959 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.959 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.959 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.959 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.960 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.960 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.960 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.960 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.961 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.961 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.961 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.961 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.961 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.962 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.962 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.962 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.962 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.962 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.963 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.963 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.963 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.963 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.964 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.964 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.964 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.964 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.964 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.964 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.965 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.965 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.965 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.965 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.966 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.966 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.966 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.966 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.966 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.967 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.967 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.967 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.967 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.968 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.968 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.968 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.968 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.968 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.969 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.969 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.969 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.969 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.969 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.969 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.970 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.970 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.970 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.970 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.971 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.971 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.971 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.971 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.971 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.972 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.972 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.972 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.972 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.973 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.973 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.973 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.973 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.973 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.974 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.974 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.974 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.974 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.974 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.974 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.975 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.975 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.975 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.975 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.976 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.976 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.976 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.976 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.976 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.977 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.977 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.977 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.977 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.977 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.977 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.979 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.979 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.979 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.979 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.979 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.979 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.979 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.979 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.979 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.980 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.980 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.980 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.981 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.981 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.981 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.981 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.981 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.981 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.982 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.982 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.982 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.982 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:14.983 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.983 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.983 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.983 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.983 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.984 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.984 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.984 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.985 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.985 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.985 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.985 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.986 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.986 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.986 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.986 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.986 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.987 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.987 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.987 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.988 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.988 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.988 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.988 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.988 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.988 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.989 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.989 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.989 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.990 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.990 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.990 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.990 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.991 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.991 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.991 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.991 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.991 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.992 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.992 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.992 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.993 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.993 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.993 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.993 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.994 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.994 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.994 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.994 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.994 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.995 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.995 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.995 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.995 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.996 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.996 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.996 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.996 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.996 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.997 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.997 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.997 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.999 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.999 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.999 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.999 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.999 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.999 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:14.999 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:14.999 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:14.999 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.001 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.001 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.001 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.001 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.001 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.001 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.001 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.001 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.001 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.003 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.003 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.003 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.003 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.003 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.003 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.003 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.003 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.003 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.005 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.005 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.005 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.005 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.005 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.005 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.006 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.006 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.006 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.006 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.006 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.007 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.007 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.007 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.007 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.009 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.009 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.009 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.009 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.009 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.009 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.009 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.009 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.009 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.011 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.011 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.011 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.011 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.011 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.011 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.011 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.011 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.012 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.012 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.012 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.012 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.013 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.013 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.013 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.014 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.014 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.014 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.014 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.015 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.015 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.015 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.015 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.015 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.016 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.016 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.016 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.017 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.017 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.017 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.017 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.018 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.018 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.018 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.018 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.018 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.019 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.019 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.019 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.020 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.020 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.020 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.021 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.021 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.021 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.021 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.021 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.022 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.022 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.022 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.022 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.023 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.023 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.023 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.024 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.024 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.024 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.024 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.025 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.025 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.025 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.025 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.025 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.026 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.026 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.026 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.027 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.027 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.027 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.027 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.028 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.028 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.028 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.028 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.028 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.029 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.029 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.029 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.030 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.030 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.030 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.030 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.031 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.031 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.031 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.031 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.031 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.032 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.032 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.032 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.033 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.033 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.033 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.033 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.034 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.034 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.034 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.034 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.035 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.035 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.035 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.035 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.036 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.036 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.036 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.037 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.037 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.037 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.037 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.038 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.038 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.038 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.038 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.038 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.039 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.039 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.039 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.040 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.040 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.040 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.041 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.041 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.041 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.041 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.042 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.042 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.042 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.042 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.042 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.043 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.043 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.043 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.044 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.044 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.044 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.045 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.045 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.045 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.045 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.046 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.046 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.046 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.046 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.046 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.047 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.047 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.047 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.048 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.048 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.048 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.049 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.049 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.049 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.049 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.050 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.050 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.050 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.051 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.051 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.051 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.051 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.051 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.052 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.052 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.052 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.053 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.053 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.053 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.054 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.054 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.054 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.054 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.055 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.055 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.055 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.055 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.055 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.056 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.056 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.056 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.057 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.057 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.057 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.058 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.058 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.058 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.058 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.059 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.059 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.059 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.060 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.060 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.060 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.060 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.060 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.061 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.061 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.061 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.062 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.062 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.062 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.063 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.063 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.063 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.063 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.064 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.064 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.064 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.064 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.064 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.065 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.065 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.065 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.066 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.066 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.066 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.067 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.067 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.067 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.067 EXCEPTION: TeensyStripController LedStripController updater thread could not connect to the controller. Thread will quit.
                                        2020.04.18 16:10:15.067 EXCEPTION: Thread: TeensyStripController LedStripController updater thread
                                        2020.04.18 16:10:15.067 EXCEPTION: Message: IOException –> The semaphore timeout period has expired.
                                        2020.04.18 16:10:15.067
                                        2020.04.18 16:10:15.067
                                        2020.04.18 16:10:15.068 EXCEPTION: Stacktrace: at System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
                                        2020.04.18 16:10:15.068 EXCEPTION: Stacktrace: at System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult)
                                        2020.04.18 16:10:15.068 EXCEPTION: Stacktrace: at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout)
                                        2020.04.18 16:10:15.068 EXCEPTION: Stacktrace: at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count)
                                        2020.04.18 16:10:15.068 EXCEPTION: Stacktrace: at DirectOutput.Cab.Out.AdressableLedStrip.TeensyStripController.ConnectToController()
                                        2020.04.18 16:10:15.068 EXCEPTION: Stacktrace: at DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt()
                                        2020.04.18 16:10:15.069 EXCEPTION: Targetsite: Void WinIOError(Int32, System.String)
                                        2020.04.18 16:10:15.068 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.069 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.069 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.069 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.070 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.070 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.070 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.070 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.071 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.071 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.071 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.071 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.072 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.072 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.072 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.073 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.073 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.073 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.074 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.074 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.074 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.074 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.075 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.075 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.075 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.075 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.076 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.076 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.076 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.076 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.077 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.077 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.077 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.078 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.078 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.078 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.079 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.079 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.079 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.079 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.080 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.080 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.080 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.080 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.080 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.081 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.081 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.081 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.082 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.082 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.082 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.083 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.083 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.083 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.084 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.084 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.084 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.084 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.085 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.085 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.085 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.085 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.085 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.086 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.086 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.086 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.087 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.087 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.087 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.088 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.088 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.088 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.088 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.089 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.089 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.089 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.090 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.090 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.090 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.090 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.090 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.091 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.091 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.091 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.092 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.092 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.092 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.093 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.093 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.093 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.093 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.094 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.094 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.094 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.094 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.095 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.095 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.095 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.095 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.096 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.096 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.096 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.097 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.097 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.097 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.097 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.098 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.098 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.098 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.099 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.099 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.099 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.099 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.099 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.100 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.100 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.100 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.101 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.101 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.101 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.102 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.102 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.102 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.102 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.103 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.103 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.103 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.103 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.103 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.104 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.104 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.104 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.105 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.105 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.105 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.106 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.106 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.106 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.107 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.107 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.107 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:19, Bottom:7, Width:8, Height:8)
                                        2020.04.18 16:10:15.107 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 8, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.108 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.108 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.108 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.108 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.108 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:20, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.109 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.109 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.110 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.110 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.110 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:15.110 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.110 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.110 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.111 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.111 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.111 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.111 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.111 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.112 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.112 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.112 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.112 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.112 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.112 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.113 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.113 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.117 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.117 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.117 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.118 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.118 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.118 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:15.118 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.118 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.119 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.119 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.119 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.119 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 783, BMT: 1, BMW: 16, BMH: 16, Steps: 8
                                        2020.04.18 16:10:15.119 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.121 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.121 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 18, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.121 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.121 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.122 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 341, BMT: 1, BMW: 16, BMH: 16, Steps: 14
                                        2020.04.18 16:10:15.122 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.122 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.123 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.123 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.123 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.123 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 341, BMT: 1, BMW: 16, BMH: 16, Steps: 14
                                        2020.04.18 16:10:15.123 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.123 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.123 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.125 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.125 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.125 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 341, BMT: 1, BMW: 16, BMH: 16, Steps: 14
                                        2020.04.18 16:10:15.126 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.126 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.126 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.126 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.126 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.127 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.127 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.127 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.128 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.128 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.128 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.129 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.129 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.129 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.129 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 579, BMT: 1, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.130 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.130 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.130 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.130 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.130 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.131 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 475, BMT: 52, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.131 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.131 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.131 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.131 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.131 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.133 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 475, BMT: 52, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.133 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.133 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.134 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.134 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.134 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.134 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 460, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.135 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.135 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.136 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.136 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.136 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.137 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 460, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.137 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.137 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.138 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.138 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.138 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.139 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 460, BMT: 69, BMW: 16, BMH: 16, Steps: 13
                                        2020.04.18 16:10:15.139 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:15.139 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:50, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:16, Bottom:7, Width:17, Height:8)
                                        2020.04.18 16:10:15.139 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:50, T:0, W:50, H:100), Matrix(W:8, H:32), ResultArea(Left: 16, Top:0, Right:31, Bottom:7, Width:16, Height:8)
                                        2020.04.18 16:10:15.139 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.139 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.139 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.140 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.140 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.140 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.140 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.140 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.141 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.141 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.141 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.142 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 35, BMW: 16, BMH: 16, Steps: 12
                                        2020.04.18 16:10:15.142 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.142 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.142 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.142 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.143 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.143 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 52, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.143 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.143 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.144 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 1, BMW: 16, BMH: 16, Steps: 20
                                        2020.04.18 16:10:15.144 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.144 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.144 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 52, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.144 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.144 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.145 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 1, BMW: 16, BMH: 16, Steps: 20
                                        2020.04.18 16:10:15.145 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.145 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.145 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 52, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.145 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.145 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.146 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.146 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.146 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.147 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 341, BMT: 1, BMW: 16, BMH: 16, Steps: 14
                                        2020.04.18 16:10:15.147 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.147 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.147 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.148 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.148 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.148 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 341, BMT: 1, BMW: 16, BMH: 16, Steps: 14
                                        2020.04.18 16:10:15.148 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.148 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.149 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.149 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.149 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.150 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.150 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.150 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.151 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.151 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.151 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.152 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.152 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.152 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.153 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 18, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.153 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.153 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.154 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.154 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.155 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.155 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 222, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.155 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.155 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.155 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.155 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.155 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.156 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 222, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.156 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.156 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.156 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 35, BMW: 16, BMH: 16, Steps: 10
                                        2020.04.18 16:10:15.156 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.156 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.156 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 222, BMT: 18, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.156 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.156 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.157 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.158 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.158 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.158 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.158 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.158 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.159 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.160 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.160 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.160 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 205, BMT: 35, BMW: 16, BMH: 16, Steps: 11
                                        2020.04.18 16:10:15.160 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.160 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.161 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 1, BMT: 52, BMW: 16, BMH: 16, Steps: 24
                                        2020.04.18 16:10:15.162 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.162 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.162 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 475, BMT: 52, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.163 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.163 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.164 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 18, BMW: 16, BMH: 16, Steps: 21
                                        2020.04.18 16:10:15.164 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.164 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.165 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 475, BMT: 52, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.165 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.165 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.166 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 392, BMT: 18, BMW: 16, BMH: 16, Steps: 21
                                        2020.04.18 16:10:15.166 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.166 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.167 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 475, BMT: 52, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:1, Width:32, Height:2)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:8, H:32), ResultArea(Left: 0, Top:6, Right:31, Bottom:7, Width:32, Height:2)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixPlasmaEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:31, Bottom:7, Width:32, Height:8)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.167 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.168 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.168 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.168 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.168 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.168 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.168 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.169 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.169 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.169 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.169 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.169 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.169 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.170 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.170 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.170 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:0, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 0, Top:0, Right:6, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.171 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.171 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.171 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:20, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 6, Top:0, Right:12, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.171 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.171 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.171 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:40, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 12, Top:0, Right:18, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.172 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.172 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.172 Debug: MatrixBase for RGBAMatrixColorScaleBitmapEffect. Calculated area size: AreaDef(L:60, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 19, Top:0, Right:25, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.172 Debug: BitmapEffectBase. Grabbing image clip: W: 7, H:8, BML: 290, BMT: 35, BMW: 16, BMH: 16
                                        2020.04.18 16:10:15.173 Debug: MatrixBase for RGBAMatrixColorScaleShapeEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.173 Debug: MatrixBase for RGBAMatrixColorScaleBitmapAnimationEffect. Calculated area size: AreaDef(L:80, T:0, W:19, H:100), Matrix(W:8, H:32), ResultArea(Left: 25, Top:0, Right:31, Bottom:7, Width:7, Height:8)
                                        2020.04.18 16:10:15.173 Debug: BitmapAnimationEffectBase. Grabbed image clips: W: 7, H:8, BML: 562, BMT: 35, BMW: 16, BMH: 16, Steps: 16
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:179, Right:0, Bottom:217, Width:1, Height:39)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:25, W:100, H:25), Matrix(W:256, H:1), ResultArea(Left: 0, Top:64, Right:0, Bottom:128, Width:1, Height:65)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:50, W:100, H:25), Matrix(W:256, H:1), ResultArea(Left: 0, Top:128, Right:0, Bottom:192, Width:1, Height:65)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:179, Right:0, Bottom:217, Width:1, Height:39)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:217, Right:0, Bottom:255, Width:1, Height:39)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:50), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:128, Width:1, Height:129)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:256, H:1), ResultArea(Left: 0, Top:204, Right:0, Bottom:255, Width:1, Height:52)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:256, H:1), ResultArea(Left: 0, Top:204, Right:0, Bottom:255, Width:1, Height:52)
                                        2020.04.18 16:10:15.174 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:256, H:1), ResultArea(Left: 0, Top:204, Right:0, Bottom:230, Width:1, Height:27)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixColorEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:10), Matrix(W:256, H:1), ResultArea(Left: 0, Top:204, Right:0, Bottom:230, Width:1, Height:27)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:184, Right:0, Bottom:222, Width:1, Height:39)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:72, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:184, Right:0, Bottom:222, Width:1, Height:39)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixPlasmaEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:217, Right:0, Bottom:255, Width:1, Height:39)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.175 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.176 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:179, Right:0, Bottom:217, Width:1, Height:39)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:25, W:100, H:25), Matrix(W:256, H:1), ResultArea(Left: 0, Top:64, Right:0, Bottom:128, Width:1, Height:65)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:50, W:100, H:25), Matrix(W:256, H:1), ResultArea(Left: 0, Top:128, Right:0, Bottom:192, Width:1, Height:65)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:70, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:179, Right:0, Bottom:217, Width:1, Height:39)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:85, W:100, H:15), Matrix(W:256, H:1), ResultArea(Left: 0, Top:217, Right:0, Bottom:255, Width:1, Height:39)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:50), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:128, Width:1, Height:129)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:256, H:1), ResultArea(Left: 0, Top:204, Right:0, Bottom:255, Width:1, Height:52)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:80, W:100, H:20), Matrix(W:256, H:1), ResultArea(Left: 0, Top:204, Right:0, Bottom:255, Width:1, Height:52)
                                        2020.04.18 16:10:15.177 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixFlickerEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.178 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.179 Debug: MatrixBase for RGBAMatrixShiftEffect. Calculated area size: AreaDef(L:0, T:0, W:100, H:100), Matrix(W:256, H:1), ResultArea(Left: 0, Top:0, Right:0, Bottom:255, Width:1, Height:256)
                                        2020.04.18 16:10:15.191 Framework initialized.
                                        2020.04.18 16:10:15.191 Have fun! :)
                                        2020.04.18 16:10:15.206 Initializing cabinet
                                        2020.04.18 16:10:15.206 Debug: Initializing output controllers
                                        2020.04.18 16:10:15.206 Debug: Output controllers initialized
                                        2020.04.18 16:10:15.206 Cabinet initialized
                                        2020.04.18 16:10:15.209 Opening 32-bit LedWiz driver…
                                        2020.04.18 16:10:15.209 Debug: Initializing LedWiz Nr. 01
                                        2020.04.18 16:10:15.209 LedWiz Nr. 01 initialized and updater thread initialized.
                                        2020.04.18 16:10:15.209 Opening 32-bit LedWiz driver…
                                        2020.04.18 16:10:16.505 Debug: Disposing LedWiz instance 01.
                                        2020.04.18 16:10:17.195 Finishing framework
                                        2020.04.18 16:10:17.198 Finishing cabinet
                                        2020.04.18 16:10:17.199 Debug: Finishing output controllers
                                        2020.04.18 16:10:17.199 TeensyStripController LedStripController finished and updater thread stopped.
                                        2020.04.18 16:10:17.200 Debug: Finishing LedWiz Nr. 01
                                        2020.04.18 16:10:17.200 Updater thread for LedWiz 01 terminated.
                                        2020.04.18 16:10:17.216 LedWiz Nr. 01 finished and updater thread stopped.
                                        2020.04.18 16:10:17.216 Debug: Output controllers finished
                                        2020.04.18 16:10:17.216 Cabinet finished
                                        2020.04.18 16:10:17.216 DirectOutput framework finished.
                                        2020.04.18 16:10:17.217 Bye and thanks for using!
                                        2020.04.18 16:10:17.217 Initializing cabinet
                                        2020.04.18 16:10:17.217 Debug: Initializing output controllers
                                        2020.04.18 16:10:17.217 Debug: Output controllers initialized
                                        2020.04.18 16:10:17.217 Cabinet initialized
                                        2020.04.18 16:10:17.217 Opening 32-bit LedWiz driver…
                                        2020.04.18 16:10:17.217 Debug: Initializing LedWiz Nr. 01
                                        2020.04.18 16:10:17.217 LedWiz Nr. 01 initialized and updater thread initialized.
                                        2020.04.18 16:10:17.217 Opening 32-bit LedWiz driver…
                                        2020.04.18 16:10:17.217 Updater thread for LedWiz 01 started.
                                        2020.04.18 16:10:29.094 ArtNet finished and updater thread stopped.
                                        2020.04.18 16:10:29.094 PinControl finished and updater thread stopped.
                                        2020.04.18 16:10:29.094 Debug: Finishing LedWiz Nr. 01
                                        2020.04.18 16:10:29.094 Updater thread for LedWiz 01 terminated.
                                        2020.04.18 16:10:29.111 LedWiz Nr. 01 finished and updater thread stopped.
                                        2020.04.18 16:10:29.111 ArtNet finished and updater thread stopped.
                                        2020.04.18 16:10:29.111 PinControl finished and updater thread stopped.
                                        2020.04.18 16:10:29.111 Finishing cabinet
                                        2020.04.18 16:10:29.111 Debug: Finishing output controllers
                                        2020.04.18 16:10:29.111 Debug: Output controllers finished
                                        2020.04.18 16:10:29.111 Cabinet finished
                                        2020.04.18 16:10:29.115 Debug: Disposing LedWiz instance 01.
                                        2020.04.18 16:10:29.116 Debug: Disposing LedWiz instance 01.
                                        2020.04.18 16:10:29.116 Debug: Disposing LedWiz instance 01.
                                        2020.04.18 16:10:29.116 Debug: Disposing LedWiz instance 01.

                                        #175005
                                        goodGRIEFF76
                                        Participant
                                          @goodgrieff76
                                          Member

                                          Please let me know if there is anything else you need me to post, and thank you so much for your help…I’ve been pulling my hair out on this one.

                                          #175017
                                          outhere
                                          Moderator
                                            @outhere
                                            MemberContributorvipModerator

                                            When testing do not have this program running in the back ground –>doflinx
                                            Remove this file from your Config folder — directoutputconfig.zip But don’t put in the directoutput folder either, It might be confusing something
                                            If that does not help
                                            Clear the log, run game,
                                            Delete the log above, Then post new log

                                             

                                             

                                          Viewing 20 posts - 21 through 40 (of 69 total)

                                          Forums are currently locked.

                                          ©2024 VPinBall.com

                                          Log in with your credentials

                                          Forgot your details?