NDepend.API Documentation
FromArgb(Byte,Byte,Byte) Method
NDepend.Helpers Namespace > NdpColor Structure > FromArgb Method : FromArgb(Byte,Byte,Byte) Method
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 with Alpha channel set to 255.
Syntax
public static NdpColor FromArgb( 
   byte red,
   byte green,
   byte blue
)

Parameters

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