PredefinedColorSpace


class PredefinedColorSpace


Defines standard color spaces for surfaces.

Summary

Constants

const Int

The Display-P3 color space.

const Int
SRGB = 1

Public companion functions

String
toString(value: Int)

Constants

DisplayP3

const val DisplayP3 = 2: Int

The Display-P3 color space.

SRGB

const val SRGB = 1: Int

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String