ColorTransform
data class ColorTransform(_mR: Float, _mG: Float, _mB: Float, _mA: Float, _aR: Int, _aG: Int, _aB: Int, _aA: Int) : MutableInterpolable<ColorTransform> , Interpolable<ColorTransform>
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setMultiplyTo(mR: Float = 1.0f, mG: Float = 1.0f, mB: Float = 1.0f, mA: Float = 1.0f): ColorTransform
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setToInterpolated(ratio: Ratio, l: ColorTransform, r: ColorTransform): ColorTransform