Companion

object Companion

Functions

Link copied to clipboard

Returns a linearly interpolated color between a and b colors.

Properties

Link copied to clipboard

Value of (0, 0, 0, 255) that represents the black color.

Link copied to clipboard

Value of (0, 0, 255, 255) that represents the blue color.

Link copied to clipboard

Value of (0, 255, 255, 255) that represents the cyan color.

Link copied to clipboard

Value of (0, 255, 0, 255) that represents the green color.

Link copied to clipboard

Value of (255, 0, 255, 255) that represents the magenta color.

Link copied to clipboard

Value of (255, 0, 0, 255) that represents the red color.

Link copied to clipboard
const val SIZE_BITS: Int = 32

The number of bits used to represent an instance of Color32 in a binary form.

Link copied to clipboard
const val SIZE_BYTES: Int = 4

The number of bytes used to represent an instance of Color32 in a binary form.

Link copied to clipboard

Value of (255, 255, 255, 255) that represents the white color.

Link copied to clipboard

Value of (255, 255, 0, 255) that represents the yellow color.