Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Color operator *(
Color c,
float multiplier
)
public static Color operator *(
Color c,
float multiplier
)
Public Shared Operator * (
c As Color,
multiplier As Single
) As Color
Public Shared Operator * (
c As Color,
multiplier As Single
) As Color
public:
static Color operator *(
Color c,
float multiplier
)
public:
static Color operator *(
Color c,
float multiplier
)
static let inline (*)
c : Color *
multiplier : float32 : Color
static let inline (*)
c : Color *
multiplier : float32 : Color
Return Value
Type:
Color