Sha256: 5fb6778a68a0f80d3eac4f0e5ba4847fb9c43006329b2322cf8d5baf6892be21

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

# :stopdoc:
# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.
# :startdoc:


module Wx

  TRANSPARENT_COLOUR = Wx::Colour.new(0, 0, 0, Wx::ALPHA_TRANSPARENT)

  class Colour < Object

    # Returns a copy-constructed Colour object.
    # @return [Wx::Colour] the duplicated Colour object
    def dup; end

    # Calls #dup.
    # @return [Wx::Colour]
    def clone; end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wxruby3-1.3.1 lib/wx/doc/colour.rb
wxruby3-1.3.0 lib/wx/doc/colour.rb