send link to app

HexToRGBPercent


개발자 도구 유틸리티 유틸리티
개발자: FaloApps
비어 있는

This is a very simple app that converts Hex-color-codes to percent values (from 0.0 to 1.0) for red, green and blue.
These percent values are sometimes needed in Cocoa, e.g. [NSColor colorWithDeviceRed: 0.025 green:0.5 blue:0.85 alpha:1]. So if your graphic designer just provides you with Hexcodes, it is now a bit faster to make the values ready for implementation.