CustomIndexedBitmapDataConfigRowGetColorIndex Property
Gets or sets a delegate that can retrieve a pixel of a row in the custom bitmap data as a palette index.
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: 10.0.0-rc.1
public Func<ICustomBitmapDataRow, int, int>? RowGetColorIndex { get; set; }
Public Property RowGetColorIndex As Func(Of ICustomBitmapDataRow, Integer, Integer)
Get
Set
public:
property Func<ICustomBitmapDataRow^, int, int>^ RowGetColorIndex {
Func<ICustomBitmapDataRow^, int, int>^ get ();
void set (Func<ICustomBitmapDataRow^, int, int>^ value);
}
member RowGetColorIndex : Func<ICustomBitmapDataRow, int, int> with get, set
Property Value
FuncICustomBitmapDataRow,
Int32,
Int32