Searched defs:clampToUByteRange (Results 1 – 2 of 2) sorted by relevance
131 private fun clampToUByteRange() = Rgba( in plus() method in com.google.android.renderscript_test.Rgba385 fun Int.clampToUByteRange(): Int = min(255, max(0, this)) in clampToUByteRange() method
131 private fun clampToUByteRange() = Rgba( in plus() method385 fun Int.clampToUByteRange(): Int = min(255, max(0, this)) in clampToUByteRange() method