Image.transparent Method [AX 2012]
Sets the transparent color for the image.
public int transparent(
[boolean Set,
int RValue,
int GValue,
int BValue])
Run On
ClientParameters
- Set
- Type: boolean
If set to true, the transparent color is used when creating or displaying the image. If set to false, the transparent color is saved for later use. This parameter is optional.
- RValue
- Type: int
Red value of the color that you want to set; optional.
- GValue
- Type: int
Green value of the color that you want to set; optional.
- BValue
- Type: int
Blue value of the color that you want to set; optional.
Community Additions
ADD
Show: