Skip to content

Color

Source

namespace GameSense.Struct.Request

public struct Color


Represents a RGB color. More information here.

Properties

Type Name Description
int Red Value from 0 to 255. More information here. red
int Green Value from 0 to 255. More information here. green
int Blue Value from 0 to 255. More information here. blue