Constructor ImageBackgroundColor
ImageBackgroundColor(byte, byte, byte, bool)
Initializes a new instance of the ImageBackgroundColor struct with the specified RGB values and a flag indicating whether to skip applying the color if transparency is supported.
Declaration
public ImageBackgroundColor(byte r, byte g, byte b, bool skipIfTransparencySupported)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | r | |
| byte | g | |
| byte | b | |
| bool | skipIfTransparencySupported |