RGBA32BitmapHeader class Null safety
class to compose an uncompressed bmp image
Constructors
- RGBA32BitmapHeader(int contentSize, int width, int height)
Properties
- contentSize → int
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- headerIntList ↔ Uint8List
-
read / write
- imgLength → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
applyContent(
Uint8List contentIntList) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- RGBA32HeaderSize → const int
-
122