|
CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
|
Some global data needed when reading the file. More...
Public Attributes | |
| screen_descriptor | sd |
| Description of the screen. | |
| palette_type * | palette |
| The global palette. | |
| int | transparent_color_index |
| The index of the transparent color for the current frame. | |
| std::vector < graphic_control_extension::disposal_method > | disposal_method |
| The disposal method of the frames. | |
| std::vector<graphic_control_extension::disposal_method> claw::graphic::gif::reader::reader_info::disposal_method |
The disposal method of the frames.
Definition at line 299 of file gif.hpp.
Referenced by claw::graphic::gif::reader::make_frames(), claw::graphic::gif::reader::read_frame(), and claw::graphic::gif::reader::read_frame_with_gce().
The global palette.
Definition at line 292 of file gif.hpp.
Referenced by claw::graphic::gif::reader::fill_background(), claw::graphic::gif::reader::inside_load(), claw::graphic::gif::reader::read_frame_data(), and claw::graphic::gif::reader::read_screen_descriptor().
Description of the screen.
Definition at line 289 of file gif.hpp.
Referenced by claw::graphic::gif::reader::fill_background(), claw::graphic::gif::reader::make_frames(), claw::graphic::gif::reader::read_frame_data(), and claw::graphic::gif::reader::read_screen_descriptor().
The index of the transparent color for the current frame.
Definition at line 295 of file gif.hpp.
Referenced by claw::graphic::gif::reader::read_frame_data(), and claw::graphic::gif::reader::read_frame_with_gce().
1.7.3