[PATCH 2/5] libweston: provide support to set color transformation matrix for output

Matheus Santana embs at cin.ufpe.br
Fri Jun 22 14:58:14 UTC 2018


Just some style suggestions...

On Fri, Jun 22, 2018 at 10:23 AM, <harsha.manjulamallikarjun at in.bosch.com>
wrote:

> From: Harsha M M <harsha.manjulamallikarjun at in.bosch.com>
>
> Signed-off-by: Harsha M M <harsha.manjulamallikarjun at in.bosch.com>
> ---
>  libweston/compositor.h | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>
> diff --git a/libweston/compositor.h b/libweston/compositor.h
> index c2c40ee..1e47721 100644
> --- a/libweston/compositor.h
> +++ b/libweston/compositor.h
> @@ -270,6 +270,18 @@ struct weston_output {
>                           uint16_t *g,
>                           uint16_t *b);
>
> +       /** set a color tranformation matrix for output
>

According to other similar comments, I think we should capitalize the first
letter ("Set").


> +        *
> +        * @param output_base: is the output to set tranformation for.
> +        * @param ctm_matrix: 4x4 matrix floating point matrix. only matrix
>

Would "4x4 floating point matrix" (deleting the first "matrix" occurrence)
be enough?

Also, maybe we should capitalize "Only".


> +        *                    member "d" of weston_matrix is relevant here.
> +        *
> +        * One of the examples of using this matrix is, for tuning the
> output
> +        * color with respect to hue saturation and brightness.
> +        */
> +       void (*set_ctm)(struct weston_output *output_base,
> +                       struct weston_matrix *ctm_matrix);
> +
>         struct weston_timeline_object timeline;
>
>         bool enabled; /**< is in the output_list, not pending list */
> --
> 2.7.4
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>



Best regards,
Matheus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20180622/956d4903/attachment-0001.html>


More information about the wayland-devel mailing list