ScummVM API documentation
Transparent surface

Description

TransparentSurface class.

Classes

struct  Graphics::TransparentSurface
 

Enumerations

enum  Graphics::FLIP_FLAGS {
  Graphics::FLIP_NONE = 0, Graphics::FLIP_H = 1, Graphics::FLIP_V = 2, Graphics::FLIP_HV = FLIP_H | FLIP_V,
  Graphics::FLIP_VH = FLIP_H | FLIP_V
}
 The possible flipping parameters for the blit method. More...
 
enum  AlphaType { ALPHA_OPAQUE = 0, ALPHA_BINARY = 1, ALPHA_FULL = 2 }
 

Enumeration Type Documentation

◆ FLIP_FLAGS

The possible flipping parameters for the blit method.

Enumerator
FLIP_NONE 

The image will not be flipped.

FLIP_H 

The image will be flipped at the horizontal axis.

FLIP_V 

The image will be flipped at the vertical axis.

FLIP_HV 

The image will be flipped at the horizontal and vertical axis.

FLIP_VH 

The image will be flipped at the horizontal and vertical axis.