CustomBitmapDataConfigRowGetPColor32 Property
Gets or sets a delegate that can retrieve a pixel of a row in the custom bitmap data as a
PColor32 value.
An image processing operation may prefer this delegate if
HasPremultipliedAlpha is set
in
PixelFormat. If this property is not set, the other delegates tried to be used as a fallback.
Make sure you access the row content via the
ICustomBitmapDataRow parameter of the delegate.
Default value:
.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public Func<ICustomBitmapDataRow, int, PColor32>? RowGetPColor32 { get; set; }
Public Property RowGetPColor32 As Func(Of ICustomBitmapDataRow, Integer, PColor32)
Get
Set
public:
property Func<ICustomBitmapDataRow^, int, PColor32>^ RowGetPColor32 {
Func<ICustomBitmapDataRow^, int, PColor32>^ get ();
void set (Func<ICustomBitmapDataRow^, int, PColor32>^ value);
}
member RowGetPColor32 : Func<ICustomBitmapDataRow, int, PColor32> with get, set
Property Value
FuncICustomBitmapDataRow,
Int32,
PColor32