@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="VideoColorSpace")
public class VideoColorSpace
extends JsObject
| Constructor and Description |
|---|
VideoColorSpace() |
VideoColorSpace(VideoColorSpaceInit init) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
fullRange() |
java.lang.String |
matrix() |
java.lang.String |
primaries() |
@JsNonNull VideoColorSpaceInit |
toJSON() |
java.lang.String |
transfer() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic VideoColorSpace(@Nonnull
VideoColorSpaceInit init)
public VideoColorSpace()
@JsProperty(name="fullRange") @Nullable public java.lang.Boolean fullRange()
@JsProperty(name="matrix") @Nullable @VideoMatrixCoefficients public java.lang.String matrix()
@JsProperty(name="primaries") @Nullable @VideoColorPrimaries public java.lang.String primaries()
@JsProperty(name="transfer") @Nullable @VideoTransferCharacteristics public java.lang.String transfer()
public @JsNonNull VideoColorSpaceInit toJSON()