[]
Creates the RGB color. The alpha color channel is set to 255.
public static SchemeColor CreateRgbColor(int rgb)
Public Shared Function CreateRgbColor(rgb As Integer) As SchemeColor
Type | Name | Description |
---|---|---|
int | rgb | The RGB color components. |
Type | Description |
---|---|
SchemeColor | A SchemeColor value represents the color |