hex

  1. · hex ios RGB UIColor

    UIColor をRGBでHex

    UIColorです。

    以前、書いたのは
    プログラマメモ2: UIColorでRGB

    web colorがHEXで書かれているので、指定しやすいのはHEXかなーということで。

    lightyellow
    #ffffe0 ならこんな感じで。
     [UIColor colorWithRed:0…