Argb.CreateLittleEndian(UInt32) Method

Definition

Important

This API is not CLS-compliant.

public:
 static System::Numerics::Colors::Argb<System::Byte> CreateLittleEndian(System::UInt32 color);
[System.CLSCompliant(false)]
public static System.Numerics.Colors.Argb<byte> CreateLittleEndian(uint color);
[<System.CLSCompliant(false)>]
static member CreateLittleEndian : uint32 -> System.Numerics.Colors.Argb<byte>
Public Function CreateLittleEndian (color As UInteger) As Argb(Of Byte)

Parameters

color
UInt32

Returns

Attributes

Applies to