Mads
Results
1
comments of
Mads
This is how I do it using above answers + setting intensity, hope it helps: ``` fun setFilter(source:Bitmap, lutBitmap: Bitmap, cubeSize: Int = 16, intensity: Float = 0.8f): Bitmap{ val...