ColorToInt XML comment updated
This commit is contained in:
parent
7a349054f5
commit
c36c4b6c66
1 changed files with 1 additions and 1 deletions
|
|
@ -1890,7 +1890,7 @@ public static unsafe partial class Raylib
|
||||||
|
|
||||||
// Color/pixel related functions
|
// Color/pixel related functions
|
||||||
|
|
||||||
/// <summary>Get hexadecimal value for a Color</summary>
|
/// <summary>Get hexadecimal value for a Color (0xRRGGBBAA)</summary>
|
||||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern int ColorToInt(Color color);
|
public static extern int ColorToInt(Color color);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue