github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/pkg/dialects/all/enum_gopro_protune_white_balance.go (about)

     1  //autogenerated:yes
     2  //nolint:revive,misspell,govet,lll,dupl,gocritic
     3  package all
     4  
     5  import (
     6  	"github.com/bluenviron/gomavlib/v2/pkg/dialects/ardupilotmega"
     7  )
     8  
     9  type GOPRO_PROTUNE_WHITE_BALANCE = ardupilotmega.GOPRO_PROTUNE_WHITE_BALANCE
    10  
    11  const (
    12  	// Auto.
    13  	GOPRO_PROTUNE_WHITE_BALANCE_AUTO GOPRO_PROTUNE_WHITE_BALANCE = ardupilotmega.GOPRO_PROTUNE_WHITE_BALANCE_AUTO
    14  	// 3000K.
    15  	GOPRO_PROTUNE_WHITE_BALANCE_3000K GOPRO_PROTUNE_WHITE_BALANCE = ardupilotmega.GOPRO_PROTUNE_WHITE_BALANCE_3000K
    16  	// 5500K.
    17  	GOPRO_PROTUNE_WHITE_BALANCE_5500K GOPRO_PROTUNE_WHITE_BALANCE = ardupilotmega.GOPRO_PROTUNE_WHITE_BALANCE_5500K
    18  	// 6500K.
    19  	GOPRO_PROTUNE_WHITE_BALANCE_6500K GOPRO_PROTUNE_WHITE_BALANCE = ardupilotmega.GOPRO_PROTUNE_WHITE_BALANCE_6500K
    20  	// Camera Raw.
    21  	GOPRO_PROTUNE_WHITE_BALANCE_RAW GOPRO_PROTUNE_WHITE_BALANCE = ardupilotmega.GOPRO_PROTUNE_WHITE_BALANCE_RAW
    22  )