Color constructor

Color(
  1. @ConvertFunction("_parseIntForColor", true, ["parseIntForColor", "parseInt"]) int value
)

Implementation

Color(
    @ConvertFunction.withFunc("_parseIntForColor", true, [
  "parseIntForColor",
  "parseInt"
])
        int value);