home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / tema / grafika_plugin / install / FlipsRolls / fliproll.exe / Main / rbflop.r < prev    next >
Encoding:
Text File  |  2002-05-06  |  1.6 KB  |  81 lines

  1. resource 'PiPL' (16000, "Flop Red and Blue" " PiPL", purgeable)
  2. {
  3.     {
  4.         Kind { Filter },
  5.                 Name { "Flop Red and Blue" },
  6.         Category { "Red Prince Flips 'n Rolls" },
  7.         Version { (1 << 16) | 0 },
  8.  
  9.         
  10.  
  11.  
  12.  
  13.  
  14.             CodeWin32X86 { "rpFilter" },
  15.  
  16.         
  17.         SupportedModes
  18.         {
  19.             noBitmap, noGrayScale,
  20.             noIndexedColor, doesSupportRGBColor,
  21.             noCMYKColor, noHSLColor,
  22.             noHSBColor, noMultichannel,
  23.             noDuotone, noLABColor
  24.         },
  25.  
  26.         EnableInfo
  27.         {
  28.             "in (PSHOP_ImageMode, RGBMode)"
  29.         },
  30.                          
  31.         FilterCaseInfo
  32.         {
  33.             {
  34.                 
  35.                 inWhiteMat, outStraightData,
  36.                 doNotWriteOutsideSelection,
  37.                 filtersLayerMasks, worksWithBlankData,
  38.                 copySourceToDestination,
  39.                     
  40.                 
  41.                 inWhiteMat, outStraightData,
  42.                 doNotWriteOutsideSelection,
  43.                 filtersLayerMasks, worksWithBlankData,
  44.                 copySourceToDestination,
  45.                 
  46.                 
  47.                 inWhiteMat, outStraightData,
  48.                 doNotWriteOutsideSelection,
  49.                 filtersLayerMasks, worksWithBlankData,
  50.                 copySourceToDestination,
  51.                     
  52.                 
  53.                 inWhiteMat, outStraightData,
  54.                 doNotWriteOutsideSelection,
  55.                 filtersLayerMasks, worksWithBlankData,
  56.                 copySourceToDestination,
  57.                     
  58.                 
  59.                 inWhiteMat, outStraightData,
  60.                 doNotWriteOutsideSelection,
  61.                 filtersLayerMasks, worksWithBlankData,
  62.                 copySourceToDestination,
  63.                     
  64.                 
  65.                 inWhiteMat, outStraightData,
  66.                 doNotWriteOutsideSelection,
  67.                 filtersLayerMasks, worksWithBlankData,
  68.                 copySourceToDestination,
  69.                     
  70.                 
  71.                 inWhiteMat, outStraightData,
  72.                 doNotWriteOutsideSelection,
  73.                 filtersLayerMasks, worksWithBlankData,
  74.                 copySourceToDestination
  75.             }
  76.         }
  77.     }
  78.     
  79. }; 
  80.  
  81.