Solid Edge FrameworkSupport Type Library
SetTransparentColor Method
Set the red value of the transparent color. Valid values are 0-255 inclusive.
Set the red, green value of the transparent color. Valid values are 0-255 inclusive.
Set the blue value of the transparent color. Valid values are 0-255 inclusive.
Description
This method sets the RGB color that is transparent in the referenced Image2d object.
Syntax
Visual Basic
Public Sub SetTransparentColor( _
   ByVal fRed As Single, _
   ByVal fGreen As Single, _
   ByVal fBlue As Single _
) 
Parameters
fRed
Set the red value of the transparent color. Valid values are 0-255 inclusive.
fGreen
Set the red, green value of the transparent color. Valid values are 0-255 inclusive.
fBlue
Set the blue value of the transparent color. Valid values are 0-255 inclusive.
See Also

Image2d Object  | Image2d Members

Send comments on this topic.