FromOleAlpha Method (C1Colors)
In This Topic
Creates a new Color structure from specified integer. NOTE, this function assumes that integer has AABBGGRR format.
Syntax
'Declaration
Public Shared Function FromOleAlpha( _
ByVal As Integer _
) As Color
public static Color FromOleAlpha(
int
)
Parameters
- v
See Also