Returns RgbColor class instance constructed from all 3 color channels (red, green, and blue).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function FromRgb ( _ red As Byte, _ green As Byte, _ blue As Byte _ ) As RgbColor
Type: System.Byte
Red channel value.Type: System.Byte
Green channel value.Type: System.Byte
Blue channel value.