123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- object MainForm: TMainForm
- Left = 296
- Top = 97
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Texture Blend Example'
- ClientHeight = 665
- ClientWidth = 537
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object LabelMasterAlpha: TLabel
- Left = 272
- Top = 32
- Width = 59
- Height = 13
- Caption = 'MasterAlpha'
- end
- object LabelCombinedTexture: TLabel
- Left = 272
- Top = 88
- Width = 258
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Combined Texture'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- end
- object LabelWeightmap: TLabel
- Left = 8
- Top = 88
- Width = 258
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Weightmap'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- end
- object LabelTextureA: TLabel
- Left = 8
- Top = 376
- Width = 258
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Texture A'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- end
- object LabelTextureB: TLabel
- Left = 272
- Top = 376
- Width = 258
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Texture B'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- end
- object LabelBlendSettings: TLabel
- Left = 272
- Top = 8
- Width = 258
- Height = 17
- AutoSize = False
- Caption = ' Blend Settings'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- end
- object LabelBlendmode: TLabel
- Left = 272
- Top = 59
- Width = 53
- Height = 13
- Caption = 'Blendmode'
- end
- object LabelWeightmapSettings: TLabel
- Left = 8
- Top = 8
- Width = 258
- Height = 17
- AutoSize = False
- Caption = ' Weightmap Settings'
- Color = clAppWorkSpace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- end
- object MasterAlphaBar: TGaugeBar
- Left = 336
- Top = 32
- Width = 193
- Height = 16
- Backgnd = bgPattern
- Max = 255
- ShowArrows = False
- ShowHandleGrip = True
- Style = rbsMac
- Position = 200
- OnChange = MasterAlphaBarChange
- end
- object BlendBox: TComboBox
- Left = 336
- Top = 56
- Width = 193
- Height = 21
- Style = csDropDownList
- TabOrder = 1
- OnChange = MasterAlphaBarChange
- Items.Strings = (
- 'Normal'
- 'Soft Masked'
- 'Color Add'
- 'Color Sub'
- 'Color Div'
- 'Color Modulate'
- 'Color Max'
- 'Color Min'
- 'Color Difference'
- 'Color Average'
- 'Color Exclusion'
- 'Color Screen'
- 'Color Dodge'
- 'Color Burn')
- end
- object CombImg: TImage32
- Left = 272
- Top = 112
- Width = 258
- Height = 258
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baCenter
- Color = clBlack
- ParentColor = False
- Scale = 1.000000000000000000
- ScaleMode = smNormal
- TabOrder = 2
- end
- object WeightmapImg: TImage32
- Left = 8
- Top = 112
- Width = 258
- Height = 258
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baCenter
- Color = clBlack
- ParentColor = False
- Scale = 1.000000000000000000
- ScaleMode = smNormal
- TabOrder = 3
- end
- object TexAImg: TImage32
- Left = 8
- Top = 400
- Width = 258
- Height = 258
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baCenter
- Color = clBlack
- ParentColor = False
- Scale = 1.000000000000000000
- ScaleMode = smNormal
- TabOrder = 4
- end
- object TexBImg: TImage32
- Left = 272
- Top = 400
- Width = 258
- Height = 258
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baCenter
- Color = clBlack
- ParentColor = False
- Scale = 1.000000000000000000
- ScaleMode = smNormal
- TabOrder = 5
- end
- object GenerateButton: TButton
- Left = 8
- Top = 32
- Width = 257
- Height = 25
- Caption = 'Generate Random Weightmap'
- TabOrder = 6
- end
- end
|