Bitbybit Docs
    Preparing search index...

    Class SetColorPickerSizeDto (Inputs.BabylonGui)

    Feeds babylon.gui.colorPicker.setColorPickerSize with a color picker and its new size.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalcolorPicker: ColorPicker
      • Optionalsize: string | number

      Returns SetColorPickerSizeDto

    Properties

    colorPicker: ColorPicker

    The color picker to change in place

    undefined
    
    size?: string | number

    Width and height together, as a pixel string or a fraction

    300px
    

    true