Class: Wx::ImageAlphaBlendMode

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/image.rb

Overview

Constants for Wx::Image#paste for specifying alpha blending option.

Requires:

  • USE_IMAGE

Constant Summary collapse

IMAGE_ALPHA_BLEND_OVER =

Overwrite the original alpha values with the ones being pasted.

Wx::ImageAlphaBlendMode.new(0)
IMAGE_ALPHA_BLEND_COMPOSE =

Compose the original alpha values with the ones being pasted.

Wx::ImageAlphaBlendMode.new(1)