Solid Edge FrameworkSupport Type Library
GetTransparentColor Method
Red value of the transparent color. Valid values are 0-255 inclusive.
Green value of the transparent color. Valid values are 0-255 inclusive.
Blue value of the transparent color. Valid values are 0-255 inclusive.
Description
This method returns the RGB color that is transparent in the referenced Image2d object.
Syntax
Visual Basic
Public Sub GetTransparentColor( _
   ByRef pfRed As Single, _
   ByRef pfGreen As Single, _
   ByRef pfBlue As Single _
) 
Parameters
pfRed
Red value of the transparent color. Valid values are 0-255 inclusive.
pfGreen
Green value of the transparent color. Valid values are 0-255 inclusive.
pfBlue
Blue value of the transparent color. Valid values are 0-255 inclusive.
See Also

Image2d Object  | Image2d Members

Send comments on this topic.