git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Cocoa/GBPaletteEditorController.h

      1 #import <AppKit/AppKit.h>
      2 #import <Core/gb.h>
      3 
      4 @interface GBPaletteEditorController : NSObject<NSTableViewDataSource, NSTableViewDelegate>
      5 @property (weak) IBOutlet NSColorWell *colorWell0;
      6 @property (weak) IBOutlet NSColorWell *colorWell1;
      7 @property (weak) IBOutlet NSColorWell *colorWell2;
      8 @property (weak) IBOutlet NSColorWell *colorWell3;
      9 @property (weak) IBOutlet NSColorWell *colorWell4;
     10 @property (weak) IBOutlet NSButton *disableLCDColorCheckbox;
     11 @property (weak) IBOutlet NSButton *manualModeCheckbox;
     12 @property (weak) IBOutlet NSSlider *brightnessSlider;
     13 @property (weak) IBOutlet NSSlider *hueSlider;
     14 @property (weak) IBOutlet NSSlider *hueStrengthSlider;
     15 @property (weak) IBOutlet NSTableView *themesList;
     16 @property (weak) IBOutlet NSMenu *menu;
     17 @property (weak) IBOutlet NSSegmentedControl *segmentControl;
     18 @property IBOutlet NSMenu *segmentMenu;
     19 + (const GB_palette_t *)userPalette;
     20 @end

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.