Class: Wx::ImagePNGType

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

Overview

Possible values for PNG image type option.

See Also:

  • Wx::Image#get_option_int.

Requires:

  • USE_IMAGE

Constant Summary collapse

PNG_TYPE_COLOUR =

Colour PNG image.

Wx::ImagePNGType.new(0)
PNG_TYPE_GREY =

Greyscale PNG image converted from RGB.

Wx::ImagePNGType.new(2)
PNG_TYPE_GREY_RED =

Greyscale PNG image using red as grey.

Wx::ImagePNGType.new(3)
PNG_TYPE_PALETTE =

Palette encoding.

Wx::ImagePNGType.new(4)