Pixel¶
Constructors¶
initialize()
initialize(rgb: Integer)
initialize(red: String, green: String, blue: String)
Attributes¶
b: String (read/write)
g: String (read/write)
r: String (read/write)
Methods¶
!=(other: Bmp::Pixel) -> TrueClass
==(other: Bmp::Pixel) -> TrueClass
assign(arg_0: Bmp::Pixel) -> NilClass
inspect -> String
to_s -> String