登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 寥寥然 于 2016-4-20 15:19 编辑
set rgb color# R G B (GrADS version 2.0* and earlier)
set rgb color# R G B <A> (GrADS version 2.1+)
... or ...
set rgb color# tile tile# (GrADS version 2.1+, used only for pattern filling. See the set tile command for more information.)where:
color# is the color number; it can range from 16 to 99 (or 255 or 2047 -- see Usage Note #1)
R is the Red value (0-255)
G is the Green value (0-255)
B is the Blue value (0-255)
A is the optional Alpha Channel value (0-255). A= 0 is fully transparent; A= 255 is fully opaque. Default is 255.
If A is negative, then color masking will be used.
tile# is a tile number; it can range from 0 to 2047. Tiles are created with the set tile command.
The new color is referred to by its color# in any GrADS command that allows specification of colors. |