Class: Wx::ImagePNGType
Overview
Possible values for PNG image type option.
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)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum