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