colorLookup

Converts an indexed image of type T (eg. ubyte, ushort) into an unindexed type of U (eg. Pixel16Bit, Pixel32Bit).

@nogc
void
colorLookup
(
T
U
)
(
T* src
,
U* dest
,,
size_t length
)

Meta