interface ChipSUM2033ExtendProperty {
    BlueProperty?: ChipSUM2033BaseExtendProperty;
    BlueRegValueConfigFourth: number;
    BlueRegValueConfigThird?: number;
    BlueVanishingRating: number;
    GreenProperty?: ChipSUM2033BaseExtendProperty;
    GreenRegValueConfigFourth: number;
    GreenRegValueConfigThird?: number;
    GreenVanishingRating: number;
    IsDoubleRate?: boolean;
    RedProperty?: ChipSUM2033BaseExtendProperty;
    RedRegValueConfigFourth: number;
    RedRegValueConfigThird?: number;
    RedVanishingRating: number;
    UsingBright?: boolean;
    UsingSUM2033Gamma?: boolean;
    VRedProperty?: ChipSUM2033BaseExtendProperty;
    VRedRegValueConfigFourth: number;
    VRedRegValueConfigThird?: number;
    VRedVanishingRating: number;
}

Hierarchy

Properties

BlueRegValueConfigFourth: number = common.UInt16_7168
BlueRegValueConfigThird?: number = common.UInt16
BlueVanishingRating: number = common.UInt8_5
GreenRegValueConfigFourth: number = common.UInt16_7168
GreenRegValueConfigThird?: number = common.UInt16
GreenVanishingRating: number = ...
IsDoubleRate?: boolean = common.Bool
RedRegValueConfigFourth: number = common.UInt16_7168
RedRegValueConfigThird?: number = common.UInt16
RedVanishingRating: number = common.UInt8_15
UsingBright?: boolean = common.Bool
UsingSUM2033Gamma?: boolean = common.Bool
VRedRegValueConfigFourth: number = common.UInt16_7168
VRedRegValueConfigThird?: number = common.UInt16
VRedVanishingRating: number = common.UInt8_15