Struct NativePaint.RGB
Selects a red, green, blue (RGB) color based on the arguments supplied and the color capabilities of the output device.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public struct RGB
Constructors
RGB(Color)
Initializes a new instance of the NativePaint.RGB struct.
Declaration
public RGB(Color colorIn)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | colorIn | The color value. |
Methods
ToInt32()
Convert the RGB color value to integer value.
Declaration
public int ToInt32()
Returns
Type | Description |
---|---|
System.Int32 | Returns the converted value. |