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 FromRgb32 ( _ red As Integer, _ green As Integer, _ blue As Integer _ ) As RgbColor
Type: System.Int32
Red channel value.Type: System.Int32
Green channel value.Type: System.Int32
Blue channel value.