Gainmap.AlternativeImagePrimaries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the colorspace that the gainmap math should be applied in. -or- Sets the colorspace that the gainmap math should be applied in.
public Android.Graphics.ColorSpace? AlternativeImagePrimaries { [Android.Runtime.Register("getAlternativeImagePrimaries", "()Landroid/graphics/ColorSpace;", "", ApiSince=36)] get; [Android.Runtime.Register("setAlternativeImagePrimaries", "(Landroid/graphics/ColorSpace;)V", "", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getAlternativeImagePrimaries", "()Landroid/graphics/ColorSpace;", "", ApiSince=36)>]
[<set: Android.Runtime.Register("setAlternativeImagePrimaries", "(Landroid/graphics/ColorSpace;)V", "", ApiSince=36)>]
member this.AlternativeImagePrimaries : Android.Graphics.ColorSpace with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Gets the colorspace that the gainmap math should be applied in. Only the primaries are what is relevant for applying the gainmap. The transfer and range characteritics are ignored.
If the returned ColorSpace is null, then applying the gainmap will be done using the color gamut of the base image.
Java documentation for android.graphics.Gainmap.getAlternativeImagePrimaries()
.
Property setter documentation:
Sets the colorspace that the gainmap math should be applied in. Only the primaries are what is relevant for applying the gainmap. The transfer and range characteritics are ignored.
If the supplied ColorSpace is null, then applying the gainmap will be done using the color gamut of the base image.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.