Android Graphics Utilities / it.czerwinski.android.graphics / kotlin.Int
Extensions for kotlin.Int
| colorHue | Returns hue of a color represented by the given Int value.fun Int.colorHue(): Float |
| colorSaturation | Returns saturation of a color represented by the given Int value.fun Int.colorSaturation(): Float |
| colorValue | Returns value of a color represented by the given Int value.fun Int.colorValue(): Float |