PixelBGRA32.PixelBGRA32(uint) Constructor

Visual Basic
Public Sub New(
    bgra As UInteger
)
C#
public PixelBGRA32(
    uint bgra
);
Parameters
Parameters 
Description 
uint bgra 
Input color of component 
Description

Constructor. Creates an BRG color with color components blue, green, and red and alpha-shading component correspondingly.

Links