PlayLedPatternCommand.Color

public abstract static class PlayLedPatternCommand.Color extends Object

Constructors

Name Description
public Color()

Methods

red

public abstract int red()

ReturnValue

Name Description
int

green

public abstract int green()

ReturnValue

Name Description
int

blue

public abstract int blue()

ReturnValue

Name Description
int

of

public static Color of(int red, int green, int blue)

Parameters

Name Description
int red
int green
int blue

ReturnValue

Name Description
Color