ColorLookupTableEffect
Gets the lookup table for the blue channel.
Gets the lookup table for the green channel.
Gets the lookup table for the red channel.
public ColorLookupTableEffect(byte[] redLookupTable, byte[] greenLookupTable, byte[] blueLookupTable, byte[] alphaLookupTable)
Creates a new ColorLookupTableEffect with the specified red, green, blue, and alpha lookup tables.
public ColorLookupTableEffect(ReadOnlySpan<byte> redLookupTable, ReadOnlySpan<byte> greenLookupTable, ReadOnlySpan<byte> blueLookupTable, ReadOnlySpan<byte> alphaLookupTable)
Creates a new with the specified red, green, blue, and alpha lookup tables.