Color.Color(Int32 red, Int32 green, Int32 blue, Int32 alpha)

Creates a Color using integer color channel values ranging from 0-255.

Parameters

  • red
    Type: Int32
  • green
    Type: Int32
  • blue
    Type: Int32
  • alpha
    Type: Int32

Return Value

Type: @RETURN_TYPE_NAME@
@RETURN_TYPE_DESCRIPTION@