iPhoneOSGameView.LayerColorFormat Property

Definition

Gets or sets the EAGLColorFormat value that should be used when configuring the CAEAGLLayer.

public Foundation.NSString LayerColorFormat { get; set; }
member this.LayerColorFormat : Foundation.NSString with get, set

Property Value

A EAGLColorFormat value that should be used when configuring the CAEAGLLayer.

Exceptions

The instance has had Dispose(Boolean) invoked on it.

Remarks

This property must be set before CreateFrameBuffer() is invoked. No default is provided.

This should be set to one of the EAGLColorFormat values, and is used when configuring the CAEAGLLayer to set the ColorFormat property.

Applies to