$Date: 2005/10/23 16:43:26 $
$Revision: 1.9 $
-- Create from a_pointer.
-- Overall surface alpha value
-- Precision loss of alpha component
-- (Used to get a full 8bit value in non-32bit mode)
-- Binary mask used to retrieve alpha component from a pixel
-- Binary left shift of alpha component in a pixel value
-- Number of bits for each pixel
-- If the number of bits is 8 (i.e. 1 byte) then pixel-value denotes an entry in the 'palette'
-- Precision loss of blue component
-- (Used to get a full 8bit value in non-32bit mode)
-- Binary mask used to retrieve blue component from a pixel
-- Binary left shift of blue component in a pixel value
-- Number of bytes for each pixel
-- If the number of bytes is 1 then each pixel-value denotes an entry in the 'palette'
-- Color value that is set to be transparent
-- Precision loss of green component
-- (Used to get a full 8bit value in non-32bit mode)
-- Binary mask used to retrieve green component from a pixel
-- Binary left shift of green component in a pixel value
-- Color palette
-- This is only available if 'bits_per_pixel' is 8
-- Precision loss of red component
-- (Used to get a full 8bit value in non-32bit mode)
-- Binary mask used to retrieve red component from a pixel
-- Binary left shift of red component in a pixel value
-- Set alpha_loss to a_value.
-- Note: By setting this manually you can break the application!
-- Set alpha_mask to a_vlaue.
-- Note: By setting this manually you can break the application!
-- Set alpha_shift to a_value.
-- Note: By setting this manually you can break the application!
-- Set bits_per_pixel to a_value.
-- Note: By setting this manually you can break the application!
-- Set blue_loss to a_value.
-- Note: By setting this manually you can break the application!
-- Set blue_mask to a_value.
-- Note: By setting this manually you can break the application!
-- Set blue_shift to a_value.
-- Note: By setting this manually you can break the application!
-- Set bytes_per_pixel to a_value.
-- Note: By setting this manually you can break the application!
-- Set green_loss to a_value.
-- Note: By setting this manually you can break the application!
-- Set green_mask to a_value.
-- Note: By setting this manually you can break the application!
-- Set green_shift to a_value.
-- Note: By setting this manually you can break the application!
-- Set red_loss to a_value.
-- Note: By setting this manually you can break the application!
-- Set red_mask to a_value.
-- Note: By setting this manually you can break the application!
-- Set red_shift to a_value.
-- Note: By setting this manually you can break the application!
-- Convert a_color to pixel value.
-- Convert pixel_value into a color object.
-- Does Current have a palette?
-- SDL struct of format
Pixelformat for the EiffelMedia library.