Name | Summary |
---|---|
Lut | constructor(dimension: Int = 16) |
Name | Summary |
---|---|
Companion | object Companion |
Name | Summary |
---|---|
dimension | val dimension: Int = 16 |
Name | Summary |
---|---|
getTable | fun getTable(): IntArray |
setMapping | fun setMapping(srcR: Int, srcG: Int, srcB: Int, toR: Int, toG: Int, toB: Int) |
Name | Summary |
---|---|
fromBitmap | fun fromBitmap(bitmap: <Error class: unknown class>): Lut? Creates a LUT object from a Bitmap loaded from disk. |
fromScale | fun fromScale(scale: Vector3): Lut Creates a LUT where RGB are scaled component-wise by the given XYZ scale. |