GDL 中有等同于 FSC_COLOR 的东西吗?

Is there an equivalent of FSC_COLOR in GDL?

我正在尝试 运行 在家使用 GDL 编写我的 IDL 程序。在其他问题中,我 运行 进入了这个:

GDL> bk=fsc_color('Black')
% Ambiguous: Variable is undefined: FSC_COLOR or: Function not found: FSC_COLOR
% Execution halted at: $MAIN$

有没有办法在 GDL 中按名称获取颜色?

这听起来好像您还没有将 fsc_color.pro 放入 !path(或 GDL 等效项)中。 FSC_COLOR IDL 发行版未提供;你必须安装它并告诉 IDL 它的位置。