ExtensionsKt

Added in 1.0.0-alpha03

public final class ExtensionsKt


Summary

Public methods

static final @NonNull GPUColor
toGPUColor(int receiver)

Converts an Android color integer to a GPUColor.

static final @NonNull GPUColor
@RequiresApi(value = 26)
toGPUColor(long receiver)

Converts an Android color long to a GPUColor.

Public methods

toGPUColor

public static final @NonNull GPUColor toGPUColor(int receiver)

Converts an Android color integer to a GPUColor.

Returns
@NonNull GPUColor

The GPUColor representation of the integer color.

toGPUColor

@RequiresApi(value = 26)
public static final @NonNull GPUColor toGPUColor(long receiver)

Converts an Android color long to a GPUColor.

Returns
@NonNull GPUColor

The GPUColor representation of the long color.