template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 212 of file fidling/gen/sdk/fidl/fuchsia.accessibility/fuchsia.accessibility/cpp/fidl/fuchsia.accessibility/cpp/wire_types.h
Public Methods
::fuchsia_accessibility::wire::ColorTransformConfiguration Build ()
Build and return the table. The builder should not be used after this.
bool has_color_inversion_enabled ()
void clear_color_inversion_enabled ()
Clears the color_inversion_enabled field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & color_inversion_enabled ()
When color_inversion_enabled is true, certain colors are inverted across the entire screen.
If this field is omitted behavior should remain unchanged.
BuilderImpl & color_inversion_enabled (bool elem)
When color_inversion_enabled is true, certain colors are inverted across the entire screen.
If this field is omitted behavior should remain unchanged.
bool has_color_correction ()
void clear_color_correction ()
Clears the color_correction field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_accessibility::wire::ColorCorrectionMode & color_correction ()
When color_correction is set to DISABLED, colors are displayed normally. When
color_correction has different value, colors are modified to correct for the specified type
of color blindness. If this field is omitted behavior should remain unchanged.
BuilderImpl & color_correction (::fuchsia_accessibility::wire::ColorCorrectionMode elem)
When color_correction is set to DISABLED, colors are displayed normally. When
color_correction has different value, colors are modified to correct for the specified type
of color blindness. If this field is omitted behavior should remain unchanged.
bool has_color_adjustment_matrix ()
void clear_color_adjustment_matrix ()
Clears the color_adjustment_matrix field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<float, 9> & color_adjustment_matrix ()
3x3 Matrix in row-major form which will be used by root presenter to apply color correction
and color inversion, or a combination fo the two. This field should always be set.
BuilderImpl & color_adjustment_matrix (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<float, 9>>> elem)
3x3 Matrix in row-major form which will be used by root presenter to apply color correction
and color inversion, or a combination fo the two. This field should always be set.
bool has_color_adjustment_pre_offset ()
void clear_color_adjustment_pre_offset ()
Clears the color_adjustment_pre_offset field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<float, 3> & color_adjustment_pre_offset ()
3x1 vector which is used by root presenter as an offset added to the original RGB color,
before it multiplies with the |color_adjustment_matrix|. This field should always be set.
BuilderImpl & color_adjustment_pre_offset (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<float, 3>>> elem)
3x1 vector which is used by root presenter as an offset added to the original RGB color,
before it multiplies with the |color_adjustment_matrix|. This field should always be set.
bool has_color_adjustment_post_offset ()
void clear_color_adjustment_post_offset ()
Clears the color_adjustment_post_offset field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<float, 3> & color_adjustment_post_offset ()
3x1 vector which is used by root presenter as an offset added to the multiplied result
of |color_adjustment_matrix| and original RGB color. This field should always be set.
BuilderImpl & color_adjustment_post_offset (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<float, 3>>> elem)
3x1 vector which is used by root presenter as an offset added to the multiplied result
of |color_adjustment_matrix| and original RGB color. This field should always be set.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_accessibility::wire::ColorTransformConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility::wire::ColorTransformConfiguration>> && frame)