Color.

RGB() Method

Summary

Generates a byte array of RGB values.
Namespace
Faker
Containing Type
Color

Syntax

public static byte[] RGB()

Remarks

The generated byte array is an array of a fixed length of 3.

Return Value

Type Description
byte[] a byte array of RGB values.
GitHub