SAS RGB Color

zhaozj2021-02-16  106

Data _null _; / * infut value * / red = 42; green = 31; blue = 170; / * convert to hex * / hexred = put (red, hex2.); hexgreen = put (green, hex2; hexblue = PUT (Blue, HEX2.); / * CREATE AS A SAS RGB Color * / SASRGB = "CX" || Hexred || Hexgreen || HexBlue; / * Write The New Value to the Log * / Put SasRGB; Run;

转载请注明原文地址:https://www.9cbs.com/read-10317.html

New Post(0)