gif89_type Derived Type

type, public :: gif89_type


Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public :: delaytime
integer, public :: disposal
integer, public :: inputflag
integer, public :: transparent

Source Code

type, public :: gif89_type
    integer :: transparent
    integer :: delaytime
    integer :: inputflag
    integer :: disposal
end type gif89_type