Defines the S-Gamut, S-Gamut3 and S-Gamut3.Cine colourspaces:
See also
References
[1] | Gaggioni, H., Dhanendra, P., Yamashita, J., Kawada, N., Endo, K., & Clark, C. (n.d.). S-Log: A new LUT for digital production mastering and interchange applications. Retrieved from http://pro.sony.com/bbsccms/assets/files/mkt/cinema/solutions/slog_manual.pdf |
[2] | Sony Corporation. (n.d.). S-Log Whitepaper. Retrieved from http://www.theodoropoulos.info/attachments/076_on S-Log.pdf |
[3] | Sony Corporation. (n.d.). Technical Summary for S-Gamut3.Cine/S-Log3 and S-Gamut3/S-Log3. Retrieved from http://community.sony.com/sony/attachments/sony/large-sensor-camera-F5-F55/12359/2/TechnicalSummary_for_S-Gamut3Cine_S-Gamut3_S-Log3_V1_00.pdf |
S-Gamut colourspace primaries.
S_GAMUT_PRIMARIES : ndarray, (3, 2)
S-Gamut colourspace whitepoint name as illuminant.
S_GAMUT_ILLUMINANT : unicode
S-Gamut colourspace whitepoint.
S_GAMUT_WHITEPOINT : tuple
S-Gamut colourspace to CIE XYZ colourspace matrix.
S_GAMUT_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ colourspace to S-Gamut colourspace matrix.
XYZ_TO_S_GAMUT_MATRIX : array_like, (3, 3)
Transfer function from linear to S-Log colourspace.
S_LOG_TRANSFER_FUNCTION : object
Inverse transfer function from S-Log colourspace to linear.
S_LOG_INVERSE_TRANSFER_FUNCTION : object
Transfer function from linear to S-Log2 colourspace.
S_LOG2_TRANSFER_FUNCTION : object
Inverse transfer function from S-Log2 colourspace to linear.
S_LOG2_INVERSE_TRANSFER_FUNCTION : object
S-Gamut colourspace.
S_GAMUT_COLOURSPACE : RGB_Colourspace
Transfer function from linear to S-Log3 colourspace.
S_LOG3_TRANSFER_FUNCTION : object
Inverse transfer function from S-Log3 colourspace to linear.
S_LOG3_INVERSE_TRANSFER_FUNCTION : object
S-Gamut3 colourspace.
S_GAMUT3_COLOURSPACE : RGB_Colourspace
S-Gamut3.Cine colourspace primaries.
S_GAMUT_PRIMARIES : ndarray, (3, 2)
S-Gamut3.Cine colourspace whitepoint name as illuminant.
S_GAMUT3_CINE_ILLUMINANT : unicode
S-Gamut3.Cine colourspace whitepoint.
S_GAMUT3_CINE_WHITEPOINT : tuple
S-Gamut3.Cine colourspace to CIE XYZ colourspace matrix.
S_GAMUT3_CINE_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ colourspace to S-Gamut3.Cine colourspace matrix.
XYZ_TO_S_GAMUT3_CINE_MATRIX : array_like, (3, 3)
S-Gamut3.Cine colourspace.
S_GAMUT3_CINE_COLOURSPACE : RGB_Colourspace