NDepend.API Documentation
FromArgb(Byte,Byte,Byte,Byte) Method
NDepend.Helpers Namespace > NdpColor Structure > FromArgb Method : FromArgb(Byte,Byte,Byte,Byte) Method
The Alpha channel value of the color.
The Red channel value of the color.
The Green channel value of the color.
The Blue channel value of the color.
Create a new Color value.
Syntax
public static NdpColor FromArgb( 
   byte alpha,
   byte red,
   byte green,
   byte blue
)

Parameters

alpha
The Alpha channel value of the color.
red
The Red channel value of the color.
green
The Green channel value of the color.
blue
The Blue channel value of the color.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

NdpColor Structure
NdpColor Members
Overload List