Skip to content

Commit

Permalink
Add rgb matrices to java docs for public constructors.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 473699927
  • Loading branch information
leonwind authored and marcbaechinger committed Oct 19, 2022
1 parent f770324 commit 75f920b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static MatrixTextureProcessor create(
*
* <p>Applies the {@code electricalColorInfo} EOTF to convert from electrical color input, to
* intermediate optical {@link GlTextureProcessor} color output, before {@code
* matrixTransformations} are applied.
* matrixTransformations} and {@code rgbMatrices} are applied.
*
* <p>Intermediate optical colors are linear RGB BT.2020 if {@code electricalColorInfo} is
* {@linkplain ColorInfo#isTransferHdr(ColorInfo) HDR}, and gamma RGB BT.709 if not.
Expand Down Expand Up @@ -226,7 +226,7 @@ public static MatrixTextureProcessor createWithExternalSamplerApplyingEotf(
*
* <p>Applies the {@code electricalColorInfo} OETF to convert from intermediate optical {@link
* GlTextureProcessor} color input, to electrical color output, after {@code
* matrixTransformations} are applied.
* matrixTransformations} and {@code rgbMatrices} are applied.
*
* <p>Intermediate optical colors are linear RGB BT.2020 if {@code electricalColorInfo} is
* {@linkplain ColorInfo#isTransferHdr(ColorInfo) HDR}, and gamma RGB BT.709 if not.
Expand Down Expand Up @@ -275,8 +275,8 @@ public static MatrixTextureProcessor createApplyingOetf(
* #setTextureTransformMatrix(float[])} to provide the transformation matrix associated with the
* external texture.
*
* <p>Applies the OETF, {@code matrixTransformations}, then the EOTF, to convert from and to input
* and output electrical colors.
* <p>Applies the OETF, {@code matrixTransformations}, {@code rgbMatrices}, then the EOTF, to
* convert from and to input and output electrical colors.
*
* @param context The {@link Context}.
* @param matrixTransformations The {@link GlMatrixTransformation GlMatrixTransformations} to
Expand Down

0 comments on commit 75f920b

Please sign in to comment.