resolvedColorWithTraitCollection method

UIColor resolvedColorWithTraitCollection(
  1. UITraitCollection traitCollection
)

resolvedColorWithTraitCollection:

Implementation

UIColor resolvedColorWithTraitCollection(UITraitCollection traitCollection) {
  objc.checkOsVersionInternal('UIColor.resolvedColorWithTraitCollection:', iOS: (false, (13, 0, 0)));
  final _ret = _objc_msgSend_1sotr3r(
    this.ref.pointer,
    _sel_resolvedColorWithTraitCollection_,
    traitCollection.ref.pointer,
  );
  return UIColor.castFromPointer(_ret, retain: true, release: true);
}