iPXE
Data Fields
_EFI_HII_AIBT_CLEAR_IMAGES_BLOCK Struct Reference

An animation block to describe an animation sequence that does not cycle, and where the logical window is cleared to the specified color before the next image is displayed. More...

#include <UefiInternalFormRepresentation.h>

Data Fields

EFI_IMAGE_ID DftImageId
 This is image that is to be reference by the image protocols, if the animation function is not supported or disabled. More...
 
UINT16 Width
 The overall width of the set of images (logical window width). More...
 
UINT16 Height
 The overall height of the set of images (logical window height). More...
 
UINT16 CellCount
 The number of EFI_HII_ANIMATION_CELL contained in the animation sequence. More...
 
EFI_HII_RGB_PIXEL BackgndColor
 The color to clear the logical window to before displaying the indexed image. More...
 
EFI_HII_ANIMATION_CELL AnimationCell [1]
 An array of CellCount animation cells. More...
 

Detailed Description

An animation block to describe an animation sequence that does not cycle, and where the logical window is cleared to the specified color before the next image is displayed.

Definition at line 1991 of file UefiInternalFormRepresentation.h.

Field Documentation

◆ DftImageId

EFI_IMAGE_ID _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK::DftImageId

This is image that is to be reference by the image protocols, if the animation function is not supported or disabled.

This image can be one particular image from the animation sequence (if any one of the animation frames has a complete image) or an alternate image that can be displayed alone. If the value is zero, no image is displayed.

Definition at line 2000 of file UefiInternalFormRepresentation.h.

◆ Width

UINT16 _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK::Width

The overall width of the set of images (logical window width).

Definition at line 2004 of file UefiInternalFormRepresentation.h.

◆ Height

UINT16 _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK::Height

The overall height of the set of images (logical window height).

Definition at line 2008 of file UefiInternalFormRepresentation.h.

◆ CellCount

UINT16 _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK::CellCount

The number of EFI_HII_ANIMATION_CELL contained in the animation sequence.

Definition at line 2013 of file UefiInternalFormRepresentation.h.

◆ BackgndColor

EFI_HII_RGB_PIXEL _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK::BackgndColor

The color to clear the logical window to before displaying the indexed image.

Definition at line 2018 of file UefiInternalFormRepresentation.h.

◆ AnimationCell

EFI_HII_ANIMATION_CELL _EFI_HII_AIBT_CLEAR_IMAGES_BLOCK::AnimationCell[1]

An array of CellCount animation cells.

Definition at line 2022 of file UefiInternalFormRepresentation.h.


The documentation for this struct was generated from the following file: