Home
last modified time | relevance | path

Searched refs:alphaChannel (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-graphics-lint/src/main/java/androidx/compose/ui/graphics/lint/
DColorDetector.kt81 val alphaChannel = if (isHexValueLowerCase) "ff" else "FF" in getApplicableMethodNames() constant
82 val replacement = hexPrefix + alphaChannel + hexArgument in getApplicableMethodNames()
91 .name("Add `$alphaChannel` alpha channel") in getApplicableMethodNames()