哪个与 TAlphaColor 的 StringToColor 函数等效?

发布于 2024-12-07 04:16:26 字数 411 浏览 0 评论 0原文

我正在寻找与 Graphics.StringToColor 转换函数 一个 TAlphaColor 的字符串(Firemonkey 使用的颜色类型)。我在在线 Rad Studio 帮助以及相关的 firemokey 单元中进行了搜索,但没有运气:(我可以轻松编写一个函数来转换这些值,但我更喜欢使用 RTL 函数。有人知道 delphi-xe2 中是否存在将字符串转换为 TAlphaColor 的函数吗?

I'm looking for the equivalent to the Graphics.StringToColor function to convert
a string to an TAlphaColor (Color type used by Firemonkey). I searched in the online Rad Studio help as well as in the related firemokey units without luck :(. I can write easily a function to convert these values but I prefear use a RTL function. Anybody knows if exist any function to convert a String to a TAlphaColor in delphi-xe2?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故乡的云 2024-12-14 04:16:26

是的,存在这样的函数,称为 StringToAlphaColor ,并在 System.UIConsts 单元中声明。

function StringToAlphaColor(const Value: string): TAlphaColor;

Yes exist such function and is called StringToAlphaColor and is declarated in the System.UIConsts unit.

function StringToAlphaColor(const Value: string): TAlphaColor;
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文