class

GBA::Reg::BLDALPHA

Inherits GBA::Reg::Base16 < BitField < Reference < Object

Constants

FIELDS = [{eva_coefficient, T, 5, false, false}, {not_used_5_7, T, 3, true, false}, {evb_coefficient, T, 5, false, false}, {not_used_13_15, T, 3, true, false}] of Tuple(String, Crystal::Macros::Path, Int32, Bool, Bool)
SIZE = 16

Constructors

new(value : T)

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

eva_coefficient
eva_coefficient=(val : T) : Nil
evb_coefficient
evb_coefficient=(val : T) : Nil
hash(hasher)

See Object#hash(hasher)

not_used_13_15
not_used_13_15=(val : T) : Nil
not_used_5_7
not_used_5_7=(val : T) : Nil
to_s(io : IO) : Nil

Appends a short String representation of this object which includes its class name and its object address.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).to_s # => #<Person:0x10a199f20>
value
value=(value : T)