Loading...
Searching...
No Matches
Classes | Enumerations
ColorControl.h File Reference

BColorControl class definition and support enums. More...

Classes

class  BColorControl
 BColorControl displays an on-screen color picker. More...
 

Enumerations

enum  color_control_layout {
  B_CELLS_4x64 = 4 ,
  B_CELLS_8x32 = 8 ,
  B_CELLS_16x16 = 16 ,
  B_CELLS_32x8 = 32 ,
  B_CELLS_64x4 = 64
}
 

Detailed Description

BColorControl class definition and support enums.

Enumeration Type Documentation

◆ color_control_layout

Enumerator
B_CELLS_4x64 

Cells are arranged in 4 columns, 64 rows.

Since
BeOS R3
B_CELLS_8x32 

Cells are arranged in 8 columns, 32 rows.

Since
BeOS R3
B_CELLS_16x16 

Cells are arranged in 16 columns, 16 rows.

Since
BeOS R3
B_CELLS_32x8 

Cells are arranged in 32 columns, 8 rows.

Since
BeOS R3
B_CELLS_64x4 

Cells are arranged in 64 columns, 4 rows.

Since
BeOS R3