ColorSpace

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
expect open val isClosed: Boolean

Check if underlying resource is closed.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns true if the color space is sRGB. Returns false otherwise.

Functions

Link copied to clipboard
expect open fun close()

Free underlying native resource, peer is useless afterwards.

Link copied to clipboard
fun convert(toColor: ColorSpace?, color: Color4f): Color4f
Link copied to clipboard
expect open override fun toString(): String