NamedColorFromArgb(Byte, Byte, Byte, Byte, String) Method |
Creates a named color from ARGB components and an explicit name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static NamedColor FromArgb(
byte a,
byte r,
byte g,
byte b,
string name
)
Parameters
- a Byte
- The alpha component.
- r Byte
- The red component.
- g Byte
- The green component.
- b Byte
- The blue component.
- name String
- The explicit color name.
Return Value
NamedColorA named color created from the specified ARGB components and name.
See Also