Subversion Repositories Kolibri OS

Rev

Rev 2684 | Rev 3036 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2684 Rev 2733
Line 67... Line 67...
67
  Delay    dd ? ; used iff Image.IsAnimated is set in Flags
67
  Delay    dd ? ; used iff Image.IsAnimated is set in Flags
68
ends
68
ends
Line 69... Line 69...
69
 
69
 
70
; values for Image.Type
70
; values for Image.Type
71
; must be consecutive to allow fast switch on Image.Type in support functions
71
; must be consecutive to allow fast switch on Image.Type in support functions
72
Image.bpp8  = 1
72
Image.bpp8i = 1  ; indexed
73
Image.bpp24 = 2
73
Image.bpp24 = 2
74
Image.bpp32 = 3
74
Image.bpp32 = 3
75
Image.bpp15 = 4
75
Image.bpp15 = 4
76
Image.bpp16 = 5
76
Image.bpp16 = 5
-
 
77
Image.bpp1  = 6
-
 
78
Image.bpp8g = 7  ; grayscale
77
Image.bpp1  = 6
79
Image.bpp8a = 8  ; grayscale with alpha channel; application layer only!!! kernel doesn't handle this image type, libimg can only create and destroy such images
Line 78... Line 80...
78
Image.bpp4  = 7
80
;Image.bpp4  = 9
79
 
81
 
Line 80... Line 82...
80
; bits in Image.Flags
82
; bits in Image.Flags