EColorFormat

Describes a color format

Parameters

value

int value

Entries

Link copied to clipboard

A8

Link copied to clipboard

R16

Link copied to clipboard

R32

Link copied to clipboard

RG16_8_8

Link copied to clipboard

RG32_16_16

Link copied to clipboard

RG64_32_32

Link copied to clipboard

L8

Link copied to clipboard

RGB16_5_6_5

Link copied to clipboard

RGB24_8_8_8

Link copied to clipboard

RGBA16_4_4_4_4

Link copied to clipboard

RGBA16_5_5_5_1

Link copied to clipboard

LA16_8_8

Link copied to clipboard

RGBA32_8_8_8_8

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.