asMaterialColor method

MaterialColor asMaterialColor()

Implementation

MaterialColor asMaterialColor() {
  return HexColor.toMaterialColor(this);
}