This site has been permanently archived. The content on this site was last updated in 2019.
BufferSpec.ColorFormat
Stay organized with collections
Save and categorize content based on your preferences.
Available color formats. Needs to be kept in sync with the enum in gvr_types.h.
Inherited Methods
From class
java.lang.Object
boolean
|
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Constants
public
static
final
int
RGBA_8888
public
static
final
int
RGB_565
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`BufferSpec.ColorFormat` defines available color formats for VR content and needs to match the `gvr_types.h` enum."],["It includes constants for the total number of formats (`NUM_FORMATS`) and specific color formats like `RGBA_8888` and `RGB_565`."],["This abstract class provides a way to specify color formats for buffers used in VR rendering."],["Developers can utilize this class to control the color representation of VR content."]]],[]]