home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 3 / CARTS3.iso / scala / catalogs / graphics.msg < prev    next >
Text File  |  1996-05-06  |  4KB  |  79 lines

  1. ; cdc 1.8 (24 Apr 1996)
  2. ; CAT Catalog Emitter $Revision: 1.20 $
  3. ; Catalog definitions for module "Graphics" (Graphics.Book)
  4. ; Original Command Line: 
  5. ;    Z:\SCALA\BIN\CDC.EXE -q -t -c -n 
  6. ;    C:\TMP\catch.dir\out\graphics;Z:\scala\names -i 
  7. ;    C:\TMP\catch.dir\include;Z:\scala\include graphics.cdl -o 
  8. ;    graphics.cdl.err -e CPublicHead -v -s -o 
  9. ;    C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.h -e CPrivateHead -v 
  10. ;    -s -o C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ph -e 
  11. ;    CPublicDoc -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.doc -e 
  12. ;    CPrivateDoc -o 
  13. ;    C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.doc -e 
  14. ;    CPublicIPF -o C:\TMP\catch.dir\obj\graphics\DERIVED\graphics.ipf -e 
  15. ;    CPrivateIPF -o 
  16. ;    C:\TMP\catch.dir\obj\graphics\DERIVED\INTERNAL\graphics.ipf -e 
  17. ;    Catalog -c -o C:\scala\Scala\Catalogs\graphics.msg -e NameDB -o 
  18. ;    C:\TMP\catch.dir\out\graphics\graphics.ndb 
  19. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  20. VERSION 1
  21. REVISION 24
  22. LANGUAGE "English"
  23. NATURALNAME "Graphics"
  24. ; BITMAP_UnsupportedPrimitive
  25. ;    The primitive isn't supported 
  26. MSG 0x06501c01 "The primitive (%1) is not supported."
  27. ; BITMAP_Planar
  28. ;    Planar mode. A number of bitplanes define each pixel. We support <= 8 
  29. ;    bits pr. plane for palette mapped images and 0 < bits pr. plane <= 24 
  30. ;    for planar true color bitmaps. A planar truecolor bitmap is a planar 
  31. ;    bitmap with a bitdepth that is evenly divisible by 3. Such a bitmap 
  32. ;    can not have a palette and should be forced not to have one by using 
  33. ;    the SET_BITMAP_PaletteMapped(FALSE) override key at create time of 
  34. ;    the bitmap. 
  35. MSG 0x06500001 "planar"
  36. ; BITMAP_Chunky
  37. ;    One byte one pixel. The simplest of all the bitmap models, IMO. 
  38. ;    BITMAP_Depth() is not defined as a set/get query for this model. 
  39. MSG 0x06500002 "chunky"
  40. ; BITMAP_True
  41. ;    24 bit three bytes per pixel. Three planes. R, G, B. In light of the 
  42. ;    presence of truecolor planar bitmaps it is important to note that 
  43. ;    CONST_BITMAP_True exclusively defines a 24bit three channel bitmap 
  44. ;    with exactly one byte pr. channel. Eventually we will support higher, 
  45. ;    (but not less), bitdepths for this kind of bitmaps. 
  46. MSG 0x06500004 "chunky true color"
  47. ; BITMAP_Nibble
  48. ;    GI bitmap organization. Half a byte per pixel. Now this format is 
  49. ;    also supported throughout the system to speed up the use of 4bit 
  50. ;    chunky file formats which are quite common on the PC. A Nibble bitmap 
  51. ;    in this context has two pixels pr. byte. 
  52. MSG 0x06500006 "nibble"
  53. ; BITMAP_UnsupportedMinterm
  54. ;    Not all methods/operations support all minterms. 
  55. MSG 0x06500402 "Method (%1) does not support minterm (%2)."
  56. ; BITMAP_UnsupportedModel
  57. ;    The bitmap model may not be supported by all and everybody 
  58. MSG 0x06500802 "Method (%1) does not support bitmap model (%2)."
  59. ; BITMAP_UnsupportedOperation
  60. ;    Not all operations between bitmaps are supported. 
  61. MSG 0x06500c01 "Unsupported operation (%1)."
  62. ; BITMAP_UnsupportedConversion
  63. ;    Conversion between bitmap models not supported 
  64. MSG 0x06501002 "\"%1\" to \"%2\" conversion is not supported."
  65. ; VLIST_NoMatchingMode
  66. ;    No matching mode could be found. 
  67. MSG 0x06501400 "No matching mode was found."
  68. ; GRAPHICS_AbortFailure
  69. ;    This method does not *abort* the read access, it causes a failure for 
  70. ;    the read access. 
  71. ;    It is up to the caller of the read access method to interpret this 
  72. ;    particular method in any way seen fit. 
  73. MSG 0x06502000 "DEBUG: A failure was simulated by Do_GRAPHICS_Abort. This error string should never be displayed."
  74.