abstract class BMP::Decoder
- BMP::Decoder
- Reference
- Object
Direct Known Subclasses
Defined in:
decode.crConstructors
Class Method Summary
Instance Method Summary
-
#color(x, y, color : Int32)
Set the pixel color
- #color(x, y, color : Color)
-
#color(x, y) : Color
Return the pixel color
-
#data(x, y, d : Bytes)
Set abstract representation of the pixel data
-
#data(x, y) : Bytes
Return an abstract representation of the pixel data
- #offset(x, y)