☰
CustomTransferFunction
struct
CustomTransferFunction
Static Methods
CustomTransferFunction
Methods
GetGamma
GetTransferFunction
Is709
IsDCI
IsGamma
IsHLG
IsLinear
IsPQ
IsSRGB
IsSame
IsUnknown
SetGamma
SetImplicit
SetTransferFunction
VisitFields
Data Members
nonserialized_color_space
Struct
libjxl
::
jxl
::
CustomTransferFunction
struct
CustomTransferFunction
{ ... };
Static Methods
CustomTransferFunction
()
Methods
auto
GetGamma
() const -> double
auto
GetTransferFunction
() const -> jxl::TransferFunction
auto
Is709
() const -> bool
auto
IsDCI
() const -> bool
auto
IsGamma
() const -> bool
auto
IsHLG
() const -> bool
auto
IsLinear
() const -> bool
auto
IsPQ
() const -> bool
auto
IsSRGB
() const -> bool
auto
IsSame
(
const
CustomTransferFunction
& other) const -> bool
auto
IsUnknown
() const -> bool
auto
SetGamma
(double gamma) ->
Status
auto
SetImplicit
() -> bool
auto
SetTransferFunction
(
const
jxl::TransferFunction tf) -> void
auto
VisitFields
(
Visitor
* visitor) ->
Status
virtual
Data Members
jxl::ColorSpace
nonserialized_color_space