点击或拖拽改变大小

RColorFromArgb 方法

重载列表
  名称说明
公共方法静态成员FromArgb(Int32, Int32, Int32)
Creates a RColor structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque). Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.
公共方法静态成员FromArgb(Int32, Int32, Int32, Int32)
Creates a RColor structure from the four ARGB component (alpha, red, green, and blue) values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits.
Top
参见