# File lib/gd2/image.rb, line 275
    def true_color?
      kind_of?(TrueColor)
      # self.class.image_true_color?(image_ptr)
    end