TRGBLuminanceSource.Create Constructor
Overloads
| Create(Integer, Integer) | |
| Create(TArray<Byte>, Integer, Integer) | |
| Create(TArray<Byte>, Integer, Integer, TBitmapFormat) |
Delphi
constructor Create(const width: Integer; const height: Integer)
Parameters
- width
- Integer
- height
- Integer
Delphi
constructor Create(const rgbRawBytes: TArray<Byte>; const width: Integer; const height: Integer)
Parameters
- rgbRawBytes
- TArray<Byte>
- width
- Integer
- height
- Integer
Delphi
constructor Create(const rgbRawBytes: TArray<Byte>; const width: Integer; const height: Integer; const bitmapFormat: TBitmapFormat)
Parameters
- rgbRawBytes
- TArray<Byte>
- width
- Integer
- height
- Integer
- bitmapFormat
- TBitmapFormat