Set the color to an RGB value.
[C#] void SetRgb(int red, int green, int blue) void SetRgb(int red, int green, int blue, int alpha) void SetRgb(double red, double green, double blue) void SetRgb(double red, double green, double blue, double alpha)
void SetRgb(int red, int green, int blue) void SetRgb(int red, int green, int blue, int alpha) void SetRgb(double red, double green, double blue) void SetRgb(double red, double green, double blue, double alpha)
Set the color to RGB and provide a value for it.
Optionally set the alpha value to specify a transparency level. If this parameter is omitted the color is set to fully opaque - no transparency.
Also see example code in: Doc AddXObject Function, Doc String Property, Page GetBitmap Function, ImageOperation GetImageProperties Function.