Package-level declarations

Functions

Link copied to clipboard
fun <Error class: unknown class><Float>.toComposeColor(): Color

Returns a Compose Color representation of this Vec3.

fun <Error class: unknown class><Float>.toComposeColor(): Color

Returns a Compose Color representation of this Vec4.

Link copied to clipboard
fun Color.toVec3(): <Error class: unknown class><Float>

Returns a Vec3 representation of this Color.

Link copied to clipboard
fun Color.toVec4(): <Error class: unknown class><Float>

Returns a Vec4 representation of this Color.

Link copied to clipboard
fun Vec3(color: Color): <Error class: unknown class><Float>

Returns a Vec3 representation of a given color.

Link copied to clipboard
fun Vec4(color: Color): <Error class: unknown class><Float>

Returns a Vec4 representation of a given color.