GifLogicalScreenDescriptor¶
| Qualified name: | Mike42\GfxPhp\Codec\Gif\GifLogicalScreenDescriptor |
|---|
-
class
GifLogicalScreenDescriptor¶ -
__construct(int $width, int $height, bool $hasGlobalColorTable, int $colorResolution, bool $hasSortedGlobalColorTable, int $globalColorTableSize, int $backgroundColorIndex, int $pixelAspectRatio)¶ Parameters: - $width (int) –
- $height (int) –
- $hasGlobalColorTable (bool) –
- $colorResolution (int) –
- $hasSortedGlobalColorTable (bool) –
- $globalColorTableSize (int) –
- $backgroundColorIndex (int) –
- $pixelAspectRatio (int) –
-
getBackgroundColorIndex()¶
-
getColorResolution()¶
-
getGlobalColorTableSize()¶
-
getHeight()¶
-
getPixelAspectRatio()¶
-
getWidth()¶
-
hasGlobalColorTable()¶
-
hasSortedGlobalColorTabled()¶
-
static
fromBin(DataInputStream $in)¶ Parameters: - $in (DataInputStream) –
-